Class | Description |
---|---|
LogicalCorrelate |
A relational operator that performs nested-loop joins.
|
LogicalFilter |
Sub-class of
Filter not targeted at any particular engine or
calling convention. |
LogicalIntersect |
Sub-class of
Intersect not targeted at any particular engine
or calling convention. |
LogicalMinus |
Sub-class of
Minus not targeted at any particular engine or
calling convention. |
LogicalSnapshot |
Sub-class of
Snapshot not targeted at any particular engine
or calling convention. |
LogicalSort |
Sub-class of
Sort not targeted at any particular engine or
calling convention. |
LogicalTableScan |
A
LogicalTableScan reads all the rows from a RelOptTable . |
LogicalUnion |
Sub-class of
Union not targeted at any particular engine or
calling convention. |
LogicalValues |
Sub-class of
Values not targeted at any particular engine or
calling convention. |
LogicalWindow |
Sub-class of
Window not targeted at any particular engine or
calling convention. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.