Class ShowStatement
- java.lang.Object
-
- org.apache.iotdb.db.mpp.plan.statement.StatementNode
-
- org.apache.iotdb.db.mpp.plan.statement.Statement
-
- org.apache.iotdb.db.mpp.plan.statement.metadata.ShowStatement
-
- Direct Known Subclasses:
CountStatement,ShowChildNodesStatement,ShowChildPathsStatement,ShowClusterStatement,ShowConfigNodesStatement,ShowDataNodesStatement,ShowDevicesStatement,ShowFunctionsStatement,ShowNodesInSchemaTemplateStatement,ShowPathSetTemplateStatement,ShowPathsUsingTemplateStatement,ShowPipeSinkStatement,ShowPipeSinkTypeStatement,ShowPipeStatement,ShowRegionStatement,ShowSchemaTemplateStatement,ShowStorageGroupStatement,ShowTimeSeriesStatement,ShowTTLStatement,ShowVersionStatement
public class ShowStatement extends Statement
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanisPrefixPath-
Fields inherited from class org.apache.iotdb.db.mpp.plan.statement.Statement
isDebug, statementType
-
-
Constructor Summary
Constructors Constructor Description ShowStatement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLimit()intgetOffset()java.util.List<org.apache.iotdb.commons.path.PartialPath>getPaths()booleanisPrefixPath()voidsetLimit(int limit)voidsetOffset(int offset)voidsetPrefixPath(boolean prefixPath)-
Methods inherited from class org.apache.iotdb.db.mpp.plan.statement.Statement
getType, isAuthenticationRequired, isDebug, isQuery, setDebug, setType
-
Methods inherited from class org.apache.iotdb.db.mpp.plan.statement.StatementNode
accept
-
-
-
-
Method Detail
-
getPaths
public java.util.List<org.apache.iotdb.commons.path.PartialPath> getPaths()
-
getLimit
public int getLimit()
-
setLimit
public void setLimit(int limit)
-
getOffset
public int getOffset()
-
setOffset
public void setOffset(int offset)
-
isPrefixPath
public boolean isPrefixPath()
-
setPrefixPath
public void setPrefixPath(boolean prefixPath)
-
-