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

    Modifier and Type
    Method
    Description
    void
    setCurrentKey(org.apache.flink.table.data.RowData key)
    Sets current state key to given value.
  • Method Details

    • setCurrentKey

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