Uses of Class
org.apache.iotdb.db.qp.physical.crud.FillQueryPlan
-
Packages that use FillQueryPlan Package Description org.apache.iotdb.db.qp.physical.crud org.apache.iotdb.db.query.executor -
-
Uses of FillQueryPlan in org.apache.iotdb.db.qp.physical.crud
Methods in org.apache.iotdb.db.qp.physical.crud that return FillQueryPlan Modifier and Type Method Description FillQueryPlanAlignByDevicePlan. getFillQueryPlan()Methods in org.apache.iotdb.db.qp.physical.crud with parameters of type FillQueryPlan Modifier and Type Method Description voidAlignByDevicePlan. setFillQueryPlan(FillQueryPlan fillQueryPlan) -
Uses of FillQueryPlan in org.apache.iotdb.db.query.executor
Fields in org.apache.iotdb.db.query.executor declared as FillQueryPlan Modifier and Type Field Description protected FillQueryPlanFillQueryExecutor. planMethods in org.apache.iotdb.db.query.executor with parameters of type FillQueryPlan Modifier and Type Method Description org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetIQueryRouter. fill(FillQueryPlan fillQueryPlan, QueryContext context)Execute fill query.org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetQueryRouter. fill(FillQueryPlan fillQueryPlan, QueryContext context)protected FillQueryExecutorQueryRouter. getFillExecutor(FillQueryPlan plan)Constructors in org.apache.iotdb.db.query.executor with parameters of type FillQueryPlan Constructor Description FillQueryExecutor(FillQueryPlan fillQueryPlan)
-