| Package | Description |
|---|---|
| org.apache.tajo.plan |
| Modifier and Type | Method and Description |
|---|---|
LogicalPlan.BlockType |
LogicalPlan.BlockEdge.getBlockType() |
static LogicalPlan.BlockType |
LogicalPlan.BlockType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogicalPlan.BlockType[] |
LogicalPlan.BlockType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogicalPlan.connectBlocks(LogicalPlan.QueryBlock srcBlock,
LogicalPlan.QueryBlock targetBlock,
LogicalPlan.BlockType type) |
| Constructor and Description |
|---|
LogicalPlan.BlockEdge(LogicalPlan.QueryBlock child,
LogicalPlan.QueryBlock parent,
LogicalPlan.BlockType blockType) |
LogicalPlan.BlockEdge(String childName,
String parentName,
LogicalPlan.BlockType blockType) |
Copyright © 2015 Apache Software Foundation. All Rights Reserved.