@ExecNodeMetadata(name="stream-exec-values", version=1, producedTransformations="values", minPlanVersion=v1_15, minStateVersion=v1_15) public class StreamExecValues extends CommonExecValues implements StreamExecNode<RowData>
ExecNode
that read records from given values.FIELD_NAME_TUPLES, VALUES_TRANSFORMATION
FIELD_NAME_CONFIGURATION, FIELD_NAME_DESCRIPTION, FIELD_NAME_ID, FIELD_NAME_INPUT_PROPERTIES, FIELD_NAME_OUTPUT_TYPE, FIELD_NAME_TYPE
Constructor and Description |
---|
StreamExecValues(int id,
ExecNodeContext context,
ReadableConfig persistedConfig,
List<List<org.apache.calcite.rex.RexLiteral>> tuples,
RowType outputType,
String description) |
StreamExecValues(ReadableConfig tableConfig,
List<List<org.apache.calcite.rex.RexLiteral>> tuples,
RowType outputType,
String description) |
getTuples, translateToPlanInternal
accept, createFormattedTransformationDescription, createFormattedTransformationName, createTransformationDescription, createTransformationMeta, createTransformationMeta, createTransformationName, createTransformationUid, getContextFromAnnotation, getDescription, getId, getInputEdges, getInputProperties, getOutputType, getPersistedConfig, getSimplifiedName, getTransformation, inputsContainSingleton, replaceInputEdge, resetTransformation, setCompiled, setInputEdges, translateToPlan
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept, getDescription, getId, getInputEdges, getInputProperties, getOutputType, replaceInputEdge, setCompiled, setInputEdges
translateToPlan
public StreamExecValues(ReadableConfig tableConfig, List<List<org.apache.calcite.rex.RexLiteral>> tuples, RowType outputType, String description)
public StreamExecValues(int id, ExecNodeContext context, ReadableConfig persistedConfig, List<List<org.apache.calcite.rex.RexLiteral>> tuples, RowType outputType, String description)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.