public static interface TransformationSinkProvider.Context
extends org.apache.flink.table.connector.ProviderContext
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.dag.Transformation<org.apache.flink.table.data.RowData> |
getInputTransformation()
Input transformation to transform.
|
int |
getRowtimeIndex()
Returns the field index of the rowtime attribute, or
-1 otherwise. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.