public abstract class CommonExecExpand extends ExecNodeBase<RowData> implements SingleTransformationTranslator<RowData>
ExecNode
that can expand one row to multiple rows based on given projects.Modifier and Type | Field and Description |
---|---|
static String |
FIELD_NAME_PROJECTS |
FIELD_NAME_DESCRIPTION, FIELD_NAME_ID, FIELD_NAME_INPUT_PROPERTIES, FIELD_NAME_OUTPUT_TYPE
Constructor and Description |
---|
CommonExecExpand(List<List<org.apache.calcite.rex.RexNode>> projects,
boolean retainHeader,
int id,
List<InputProperty> inputProperties,
RowType outputType,
String description) |
Modifier and Type | Method and Description |
---|---|
protected Transformation<RowData> |
translateToPlanInternal(org.apache.flink.table.planner.delegation.PlannerBase planner)
Internal method, translates this node into a Flink operator.
|
accept, getDescription, getId, getInputEdges, getInputProperties, getNewNodeId, getOutputType, inputsContainSingleton, replaceInputEdge, resetIdCounter, setInputEdges, translateToPlan
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
translateToPlan
public static final String FIELD_NAME_PROJECTS
protected Transformation<RowData> translateToPlanInternal(org.apache.flink.table.planner.delegation.PlannerBase planner)
ExecNodeBase
translateToPlanInternal
in class ExecNodeBase<RowData>
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.