public interface ExecutionContext
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.table.data.RowData |
currentKey() |
org.apache.flink.api.common.functions.RuntimeContext |
getRuntimeContext() |
void |
setCurrentKey(org.apache.flink.table.data.RowData key)
Sets current key.
|
org.apache.flink.table.data.RowData currentKey()
void setCurrentKey(org.apache.flink.table.data.RowData key)
org.apache.flink.api.common.functions.RuntimeContext getRuntimeContext()
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.