public abstract class RelationNode extends LogicalNode
| Modifier | Constructor and Description |
|---|---|
protected |
RelationNode(int pid,
NodeType nodeType) |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getAlias() |
abstract String |
getCanonicalName() |
abstract Schema |
getLogicalSchema() |
abstract String |
getTableName() |
abstract boolean |
hasAlias() |
childNum, clone, deepEquals, equals, getChild, getCost, getInSchema, getOutSchema, getPID, getPlanString, getType, postOrder, preOrder, setCost, setInSchema, setOutSchema, setPID, setType, toJson, toStringprotected RelationNode(int pid,
NodeType nodeType)
Copyright © 2015 Apache Software Foundation. All Rights Reserved.