public final class LimitNode extends UnaryNode implements Cloneable
| Constructor and Description |
|---|
LimitNode(int pid) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
boolean |
equals(Object obj) |
long |
getFetchFirstNum() |
PlanString |
getPlanString() |
void |
setFetchFirst(long num) |
String |
toString() |
childNum, deepEquals, getChild, getChild, postOrder, preOrder, setChildgetCost, getInSchema, getOutSchema, getPID, getType, setCost, setInSchema, setOutSchema, setPID, setType, toJsonpublic void setFetchFirst(long num)
public long getFetchFirstNum()
public PlanString getPlanString()
getPlanString in class LogicalNodepublic boolean equals(Object obj)
equals in class LogicalNodepublic Object clone() throws CloneNotSupportedException
clone in class UnaryNodeCloneNotSupportedExceptionpublic String toString()
toString in class LogicalNodeCopyright © 2015 Apache Software Foundation. All Rights Reserved.