public abstract class CommonExecExchange extends ExecNodeBase<RowData> implements SingleTransformationTranslator<RowData>
TODO Remove this class once its functionality is replaced by ExecEdge.
FIELD_NAME_CONFIGURATION, FIELD_NAME_DESCRIPTION, FIELD_NAME_ID, FIELD_NAME_INPUT_PROPERTIES, FIELD_NAME_OUTPUT_TYPE, FIELD_NAME_TYPE
Constructor and Description |
---|
CommonExecExchange(int id,
ExecNodeContext context,
ReadableConfig persistedConfig,
List<InputProperty> inputProperties,
RowType outputType,
String description) |
accept, createFormattedTransformationDescription, createFormattedTransformationName, createTransformationDescription, createTransformationMeta, createTransformationMeta, createTransformationName, createTransformationUid, getContextFromAnnotation, getDescription, getId, getInputEdges, getInputProperties, getOutputType, getPersistedConfig, getSimplifiedName, getTransformation, inputsContainSingleton, replaceInputEdge, resetTransformation, setCompiled, setInputEdges, translateToPlan, translateToPlanInternal
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
translateToPlan
public CommonExecExchange(int id, ExecNodeContext context, ReadableConfig persistedConfig, List<InputProperty> inputProperties, RowType outputType, String description)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.