| Package | Description |
|---|---|
| org.apache.tajo.plan | |
| org.apache.tajo.plan.logical |
| Modifier and Type | Method and Description |
|---|---|
RelationNode |
LogicalPlan.QueryBlock.getRelation(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<RelationNode> |
LogicalPlan.QueryBlock.getRelations() |
| Modifier and Type | Method and Description |
|---|---|
void |
LogicalPlan.QueryBlock.addRelation(RelationNode relation) |
static boolean |
LogicalPlanner.checkIfBeEvaluatedAtRelation(LogicalPlan.QueryBlock block,
EvalNode evalNode,
RelationNode node)
It checks if evalNode can be evaluated at this @{link RelationNode}.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndexScanNode |
class |
PartitionedTableScanNode |
class |
ScanNode |
class |
TableSubQueryNode |
Copyright © 2015 Apache Software Foundation. All Rights Reserved.