Interface StateKeyContext
public interface StateKeyContext
Context to switch current key in state backend.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetCurrentKey(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.
-