| Interface | Description |
|---|---|
| LogicalNodeVisitor | |
| Projectable |
Projectable is an interface for a LogicalNode which has a list of targets.
|
| SelectableNode |
An interface for logical node which is able to filter tuples.
|
| Class | Description |
|---|---|
| AlterTableNode | |
| AlterTablespaceNode | |
| BinaryNode | |
| CreateDatabaseNode | |
| CreateTableNode | |
| DistinctGroupbyNode | |
| DropDatabaseNode | |
| DropTableNode | |
| EvalExprNode | |
| ExceptNode | |
| GroupbyNode | |
| GroupElement | |
| HavingNode | |
| IndexScanNode | |
| InsertNode | |
| IntersectNode | |
| JoinNode | |
| LimitNode | |
| LogicalNode | |
| LogicalRootNode | |
| PartitionedTableScanNode | |
| PersistentStoreNode |
PersistentStoreNode an expression for a persistent data store step. |
| ProjectionNode | |
| RelationNode |
It provides a logical view of a relation.
|
| ScanNode | |
| SelectionNode | |
| SetSessionNode | |
| ShuffleFileWriteNode |
ShuffeFileWriteNode is an expression for an intermediate data materialization step.
|
| SortNode | |
| StoreTableNode | |
| TableSubQueryNode | |
| TruncateTableNode | |
| UnaryNode | |
| UnionNode | |
| WindowAggNode | |
| WindowSpec | |
| WindowSpec.WindowEndBound | |
| WindowSpec.WindowFrame | |
| WindowSpec.WindowStartBound |
| Enum | Description |
|---|---|
| NodeType |
This indicates a logical node type.
|
| SortNode.SortPurpose |
| Exception | Description |
|---|---|
| NoSuchColumnException |
Copyright © 2015 Apache Software Foundation. All Rights Reserved.