T
- The return type of the TableSink
.public class BatchExecLegacySink<T> extends CommonExecLegacySink<T> implements BatchExecNode<T>
isStreaming, needRetraction, tableSink, upsertKeys
FIELD_NAME_CONFIGURATION, FIELD_NAME_DESCRIPTION, FIELD_NAME_ID, FIELD_NAME_INPUT_PROPERTIES, FIELD_NAME_OUTPUT_TYPE, FIELD_NAME_STATE, FIELD_NAME_TYPE
Constructor and Description |
---|
BatchExecLegacySink(ReadableConfig tableConfig,
TableSink<T> tableSink,
String[] upsertKeys,
InputProperty inputProperty,
LogicalType outputType,
String description) |
Modifier and Type | Method and Description |
---|---|
protected RowType |
checkAndConvertInputTypeIfNeeded(RowType inputRowType)
Check whether the given row type is legal and do some conversion if needed.
|
translateToPlanInternal
accept, createFormattedTransformationDescription, createFormattedTransformationName, createTransformationDescription, createTransformationMeta, createTransformationMeta, createTransformationName, createTransformationUid, getContextFromAnnotation, getDescription, getId, getInputEdges, getInputProperties, getOutputType, getPersistedConfig, getSimplifiedName, getTransformation, inputsContainSingleton, replaceInputEdge, setCompiled, setInputEdges, supportFusionCodegen, translateToFusionCodegenSpec, translateToFusionCodegenSpecInternal, translateToPlan
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept, getDescription, getId, getInputEdges, getInputProperties, getOutputType, replaceInputEdge, setCompiled, setInputEdges
translateToPlan
supportFusionCodegen, translateToFusionCodegenSpec
public BatchExecLegacySink(ReadableConfig tableConfig, TableSink<T> tableSink, @Nullable String[] upsertKeys, InputProperty inputProperty, LogicalType outputType, String description)
protected RowType checkAndConvertInputTypeIfNeeded(RowType inputRowType)
CommonExecLegacySink
checkAndConvertInputTypeIfNeeded
in class CommonExecLegacySink<T>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.