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. | 
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, replaceInputdefault 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()