public class AlterTablespaceNode extends LogicalNode implements Cloneable
| Constructor and Description |
|---|
AlterTablespaceNode(int pid) |
| Modifier and Type | Method and Description |
|---|---|
int |
childNum() |
Object |
clone() |
boolean |
equals(Object obj) |
LogicalNode |
getChild(int idx) |
String |
getLocation() |
PlanString |
getPlanString() |
AlterTablespaceSetType |
getSetType() |
String |
getTablespaceName() |
int |
hashCode() |
void |
postOrder(LogicalNodeVisitor visitor) |
void |
preOrder(LogicalNodeVisitor visitor) |
void |
setLocation(String uri) |
void |
setTablespaceName(String tablespaceName) |
String |
toString() |
deepEquals, getCost, getInSchema, getOutSchema, getPID, getType, setCost, setInSchema, setOutSchema, setPID, setType, toJsonpublic int childNum()
childNum in class LogicalNodepublic LogicalNode getChild(int idx)
getChild in class LogicalNodepublic String getTablespaceName()
public void setTablespaceName(String tablespaceName)
public AlterTablespaceSetType getSetType()
public String getLocation()
public void setLocation(String uri)
public PlanString getPlanString()
getPlanString in class LogicalNodepublic boolean equals(Object obj)
equals in class LogicalNodepublic Object clone() throws CloneNotSupportedException
clone in class LogicalNodeCloneNotSupportedExceptionpublic String toString()
toString in class LogicalNodepublic void preOrder(LogicalNodeVisitor visitor)
preOrder in class LogicalNodepublic void postOrder(LogicalNodeVisitor visitor)
postOrder in class LogicalNodeCopyright © 2015 Apache Software Foundation. All Rights Reserved.