public interface BeamRelNode
extends org.apache.calcite.rel.RelNode
RelNode
that can also give a PTransform
that implements the expression.Modifier and Type | Method and Description |
---|---|
PTransform<PCollectionList<Row>,PCollection<Row>> |
buildPTransform() |
default java.util.List<org.apache.calcite.rel.RelNode> |
getPCollectionInputs() |
default java.util.Map<java.lang.String,java.lang.String> |
getPipelineOptions()
Perform a DFS(Depth-First-Search) to find the PipelineOptions config.
|
default PCollection.IsBounded |
isBounded()
Whether the collection of rows represented by this relational expression is bounded (known to
be finite) or unbounded (may or may not be finite).
|
accept, accept, childrenAccept, collectVariablesSet, collectVariablesUsed, computeSelfCost, computeSelfCost, copy, estimateRowCount, explain, getChildExps, getCollationList, getConvention, getCorrelVariable, getExpectedInputRowType, getInput, getInputs, getQuery, getRelTypeName, getRows, getRowType, getTable, getVariablesSet, getVariablesStopped, isDistinct, isKey, isValid, isValid, metadata, onRegister, recomputeDigest, register, replaceInput
default PCollection.IsBounded isBounded()
default java.util.List<org.apache.calcite.rel.RelNode> getPCollectionInputs()
PTransform<PCollectionList<Row>,PCollection<Row>> buildPTransform()
default java.util.Map<java.lang.String,java.lang.String> getPipelineOptions()