Uses of Class
org.apache.iotdb.db.mpp.plan.statement.sys.ShowVersionStatement
-
Packages that use ShowVersionStatement Package Description org.apache.iotdb.db.mpp.plan.analyze org.apache.iotdb.db.mpp.plan.execution.memory org.apache.iotdb.db.mpp.plan.statement -
-
Uses of ShowVersionStatement in org.apache.iotdb.db.mpp.plan.analyze
Methods in org.apache.iotdb.db.mpp.plan.analyze with parameters of type ShowVersionStatement Modifier and Type Method Description AnalysisAnalyzeVisitor. visitShowVersion(ShowVersionStatement showVersionStatement, MPPQueryContext context) -
Uses of ShowVersionStatement in org.apache.iotdb.db.mpp.plan.execution.memory
Methods in org.apache.iotdb.db.mpp.plan.execution.memory with parameters of type ShowVersionStatement Modifier and Type Method Description StatementMemorySourceStatementMemorySourceVisitor. visitShowVersion(ShowVersionStatement showVersionStatement, StatementMemorySourceContext context) -
Uses of ShowVersionStatement in org.apache.iotdb.db.mpp.plan.statement
Methods in org.apache.iotdb.db.mpp.plan.statement with parameters of type ShowVersionStatement Modifier and Type Method Description RStatementVisitor. visitShowVersion(ShowVersionStatement showVersionStatement, C context)
-