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