T - The return type of the TableSink.public class BatchExecLegacySink<T> extends CommonExecLegacySink<T> implements BatchExecNode<T>
ExecNode to to write data into an external sink defined by a TableSink.isStreaming, needRetraction, tableSink, upsertKeysFIELD_NAME_CONFIGURATION, FIELD_NAME_DESCRIPTION, FIELD_NAME_ID, FIELD_NAME_INPUT_PROPERTIES, FIELD_NAME_OUTPUT_TYPE, FIELD_NAME_TYPE| Constructor and Description |
|---|
BatchExecLegacySink(org.apache.flink.configuration.ReadableConfig tableConfig,
org.apache.flink.table.sinks.TableSink<T> tableSink,
String[] upsertKeys,
InputProperty inputProperty,
org.apache.flink.table.types.logical.LogicalType outputType,
String description) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.flink.table.types.logical.RowType |
checkAndConvertInputTypeIfNeeded(org.apache.flink.table.types.logical.RowType inputRowType)
Check whether the given row type is legal and do some conversion if needed.
|
translateToPlanInternalaccept, createFormattedTransformationDescription, createFormattedTransformationName, createTransformationDescription, createTransformationMeta, createTransformationMeta, createTransformationName, createTransformationUid, getContextFromAnnotation, getDescription, getId, getInputEdges, getInputProperties, getOutputType, getPersistedConfig, getSimplifiedName, inputsContainSingleton, replaceInputEdge, setCompiled, setInputEdges, translateToPlanclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, getDescription, getId, getInputEdges, getInputProperties, getOutputType, replaceInputEdge, setCompiled, setInputEdgestranslateToPlanpublic BatchExecLegacySink(org.apache.flink.configuration.ReadableConfig tableConfig,
org.apache.flink.table.sinks.TableSink<T> tableSink,
@Nullable
String[] upsertKeys,
InputProperty inputProperty,
org.apache.flink.table.types.logical.LogicalType outputType,
String description)
protected org.apache.flink.table.types.logical.RowType checkAndConvertInputTypeIfNeeded(org.apache.flink.table.types.logical.RowType inputRowType)
CommonExecLegacySinkcheckAndConvertInputTypeIfNeeded in class CommonExecLegacySink<T>Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.