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 Type
    Method
    Description
    org.apache.flink.api.dag.Transformation<org.apache.flink.table.data.RowData>
    Input transformation to transform.
    int
    Returns the field index of the rowtime attribute, or -1 otherwise.

    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 -1 otherwise.