Interface StateKeyContext
-
public interface StateKeyContextContext to switch current key in state backend.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetCurrentKey(org.apache.flink.table.data.RowData key)Sets current state key to given value.
-