Interface TransformationSinkProvider.Context
- All Superinterfaces:
org.apache.flink.table.connector.ProviderContext
- Enclosing interface:
- TransformationSinkProvider
public static interface TransformationSinkProvider.Context
extends org.apache.flink.table.connector.ProviderContext
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.api.dag.Transformation<org.apache.flink.table.data.RowData>Input transformation to transform.intReturns the field index of the rowtime attribute, or-1otherwise.Methods inherited from interface org.apache.flink.table.connector.ProviderContext
generateUid
-
Method Details
-
getInputTransformation
org.apache.flink.api.dag.Transformation<org.apache.flink.table.data.RowData> getInputTransformation()Input transformation to transform. -
getRowtimeIndex
int getRowtimeIndex()Returns the field index of the rowtime attribute, or-1otherwise.
-