Interface StateKeyContext


  • public interface StateKeyContext
    Context to switch current key in state backend.
    • Method Detail

      • setCurrentKey

        void setCurrentKey​(org.apache.flink.table.data.RowData key)
        Sets current state key to given value.