public interface BeamRelNode
RelNode that can also give a PTransform that implements the expression.| Modifier and Type | Method and Description |
|---|---|
PTransform<PCollectionTuple,PCollection<Row>> |
toPTransform()
A
BeamRelNode is a recursive structure, the BeamQueryPlanner visits it with a
DFS(Depth-First-Search) algorithm. |
PTransform<PCollectionTuple,PCollection<Row>> toPTransform()
BeamRelNode is a recursive structure, the BeamQueryPlanner visits it with a
DFS(Depth-First-Search) algorithm.