Class ShowDevicesOperator
- java.lang.Object
-
- org.apache.iotdb.db.qp.logical.Operator
-
- org.apache.iotdb.db.qp.logical.sys.ShowOperator
-
- org.apache.iotdb.db.qp.logical.sys.ShowDevicesOperator
-
public class ShowDevicesOperator extends ShowOperator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.iotdb.db.qp.logical.Operator
Operator.OperatorType
-
-
Field Summary
-
Fields inherited from class org.apache.iotdb.db.qp.logical.Operator
isDebug, isPrefixMatchPath, operatorType, tokenIntType
-
-
Constructor Summary
Constructors Constructor Description ShowDevicesOperator(int tokenIntType, org.apache.iotdb.commons.path.PartialPath path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PhysicalPlangeneratePhysicalPlan(PhysicalGenerator generator)intgetLimit()intgetOffset()org.apache.iotdb.commons.path.PartialPathgetPath()booleanhasSgCol()voidsetLimit(int limit)voidsetOffset(int offset)voidsetSgCol(boolean hasSgCol)-
Methods inherited from class org.apache.iotdb.db.qp.logical.Operator
getTokenIntType, getType, isDebug, isPrefixMatchPath, isQuery, setDebug, setOperatorType, setPrefixMatchPath, toString
-
-
-
-
Method Detail
-
getPath
public org.apache.iotdb.commons.path.PartialPath getPath()
-
getLimit
public int getLimit()
-
setLimit
public void setLimit(int limit)
-
getOffset
public int getOffset()
-
setOffset
public void setOffset(int offset)
-
setSgCol
public void setSgCol(boolean hasSgCol)
-
hasSgCol
public boolean hasSgCol()
-
generatePhysicalPlan
public PhysicalPlan generatePhysicalPlan(PhysicalGenerator generator) throws QueryProcessException
- Overrides:
generatePhysicalPlanin classShowOperator- Throws:
QueryProcessException
-
-