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