Uses of Class
org.apache.iotdb.db.qp.physical.sys.ShowPlan
-
Packages that use ShowPlan Package Description org.apache.iotdb.db.qp.executor org.apache.iotdb.db.qp.physical.sys org.apache.iotdb.db.query.dataset -
-
Uses of ShowPlan in org.apache.iotdb.db.qp.executor
Methods in org.apache.iotdb.db.qp.executor with parameters of type ShowPlan Modifier and Type Method Description protected org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetPlanExecutor. processShowQuery(ShowPlan showPlan, QueryContext context) -
Uses of ShowPlan in org.apache.iotdb.db.qp.physical.sys
Subclasses of ShowPlan in org.apache.iotdb.db.qp.physical.sys Modifier and Type Class Description classCountPlanCountPlan is used to count time-series and count nodes.classShowChildNodesPlanclassShowChildPathsPlanclassShowContinuousQueriesPlanclassShowDevicesPlanclassShowFunctionsPlanclassShowLockInfoPlanclassShowNodesInTemplatePlanclassShowPathsSetTemplatePlanclassShowPathsUsingTemplatePlanclassShowPipePlanclassShowPipeSinkPlanclassShowPipeSinkTypePlanclassShowQueryProcesslistPlanclassShowStorageGroupPlanclassShowTemplatesPlanclassShowTimeSeriesPlanclassShowTriggersPlanclassShowTTLPlan -
Uses of ShowPlan in org.apache.iotdb.db.query.dataset
Fields in org.apache.iotdb.db.query.dataset declared as ShowPlan Modifier and Type Field Description protected ShowPlanShowDataSet. plan
-