Uses of Class
org.apache.iotdb.db.mpp.plan.statement.internal.SchemaFetchStatement
-
Packages that use SchemaFetchStatement Package Description org.apache.iotdb.db.mpp.plan.analyze org.apache.iotdb.db.mpp.plan.planner org.apache.iotdb.db.mpp.plan.statement -
-
Uses of SchemaFetchStatement in org.apache.iotdb.db.mpp.plan.analyze
Methods in org.apache.iotdb.db.mpp.plan.analyze with parameters of type SchemaFetchStatement Modifier and Type Method Description AnalysisAnalyzeVisitor. visitSchemaFetch(SchemaFetchStatement schemaFetchStatement, MPPQueryContext context) -
Uses of SchemaFetchStatement in org.apache.iotdb.db.mpp.plan.planner
Methods in org.apache.iotdb.db.mpp.plan.planner with parameters of type SchemaFetchStatement Modifier and Type Method Description PlanNodeLogicalPlanVisitor. visitSchemaFetch(SchemaFetchStatement schemaFetchStatement, MPPQueryContext context) -
Uses of SchemaFetchStatement in org.apache.iotdb.db.mpp.plan.statement
Methods in org.apache.iotdb.db.mpp.plan.statement with parameters of type SchemaFetchStatement Modifier and Type Method Description RStatementVisitor. visitSchemaFetch(SchemaFetchStatement schemaFetchStatement, C context)
-