public class BeamIOSourceRel extends TableScan implements BeamRelNode
TableScan node.| Constructor and Description |
|---|
BeamIOSourceRel(RelOptCluster cluster,
RelTraitSet traitSet,
RelOptTable table) |
| Modifier and Type | Method and Description |
|---|---|
PCollection<BeamRecord> |
buildBeamPipeline(PCollectionTuple inputPCollections,
BeamSqlEnv sqlEnv)
A
BeamRelNode is a recursive structure, the
BeamQueryPlanner visits it with a DFS(Depth-First-Search)
algorithm. |
public BeamIOSourceRel(RelOptCluster cluster,
RelTraitSet traitSet,
RelOptTable table)
public PCollection<BeamRecord> buildBeamPipeline(PCollectionTuple inputPCollections, BeamSqlEnv sqlEnv) throws java.lang.Exception
BeamRelNodeBeamRelNode is a recursive structure, the
BeamQueryPlanner visits it with a DFS(Depth-First-Search)
algorithm.buildBeamPipeline in interface BeamRelNodejava.lang.Exception