public class PartitionedTableScanNode extends ScanNode
alias, broadcastTable, logicalSchema, qual, tableDesc, targets| Constructor and Description |
|---|
PartitionedTableScanNode(int pid) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
boolean |
equals(Object obj) |
org.apache.hadoop.fs.Path[] |
getInputPaths() |
PlanString |
getPlanString() |
int |
hashCode() |
void |
init(ScanNode scanNode,
org.apache.hadoop.fs.Path[] inputPaths) |
void |
postOrder(LogicalNodeVisitor visitor) |
void |
preOrder(LogicalNodeVisitor visitor) |
void |
setInputPaths(org.apache.hadoop.fs.Path[] paths) |
String |
toString() |
childNum, getAlias, getCanonicalName, getChild, getLogicalSchema, getPhysicalSchema, getQual, getTableDesc, getTableName, getTargets, hasAlias, hasQual, hasTargets, init, init, isBroadcastTable, isScanNode, setBroadcastTable, setQual, setTargetsdeepEquals, getCost, getInSchema, getOutSchema, getPID, getType, setCost, setInSchema, setOutSchema, setPID, setType, toJsonfinalize, getClass, notify, notifyAll, wait, wait, waitgetInSchema, getOutSchema, getPIDpublic void init(ScanNode scanNode, org.apache.hadoop.fs.Path[] inputPaths)
public void setInputPaths(org.apache.hadoop.fs.Path[] paths)
public org.apache.hadoop.fs.Path[] getInputPaths()
public Object clone() throws CloneNotSupportedException
clone in class ScanNodeCloneNotSupportedExceptionpublic void preOrder(LogicalNodeVisitor visitor)
public void postOrder(LogicalNodeVisitor visitor)
public PlanString getPlanString()
getPlanString in class ScanNodeCopyright © 2015 Apache Software Foundation. All Rights Reserved.