Uses of Class
org.apache.iotdb.db.qp.physical.crud.GroupByTimeFillPlan
-
Packages that use GroupByTimeFillPlan Package Description org.apache.iotdb.db.qp.logical.crud org.apache.iotdb.db.qp.physical.crud org.apache.iotdb.db.query.dataset.groupby org.apache.iotdb.db.query.executor -
-
Uses of GroupByTimeFillPlan in org.apache.iotdb.db.qp.logical.crud
Methods in org.apache.iotdb.db.qp.logical.crud that return GroupByTimeFillPlan Modifier and Type Method Description protected GroupByTimeFillPlanGroupByFillQueryOperator. initGroupByTimeFillPlan(QueryPlan queryPlan) -
Uses of GroupByTimeFillPlan in org.apache.iotdb.db.qp.physical.crud
Methods in org.apache.iotdb.db.qp.physical.crud that return GroupByTimeFillPlan Modifier and Type Method Description GroupByTimeFillPlanAlignByDevicePlan. getGroupByFillPlan()Methods in org.apache.iotdb.db.qp.physical.crud with parameters of type GroupByTimeFillPlan Modifier and Type Method Description voidAlignByDevicePlan. setGroupByFillPlan(GroupByTimeFillPlan groupByFillPlan) -
Uses of GroupByTimeFillPlan in org.apache.iotdb.db.query.dataset.groupby
Constructors in org.apache.iotdb.db.query.dataset.groupby with parameters of type GroupByTimeFillPlan Constructor Description GroupByFillDataSet(QueryContext context, GroupByTimeFillPlan groupByTimeFillPlan) -
Uses of GroupByTimeFillPlan in org.apache.iotdb.db.query.executor
Methods in org.apache.iotdb.db.query.executor with parameters of type GroupByTimeFillPlan Modifier and Type Method Description org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetIQueryRouter. groupByFill(GroupByTimeFillPlan groupByFillPlan, QueryContext context)Execute group by fill queryorg.apache.iotdb.tsfile.read.query.dataset.QueryDataSetQueryRouter. groupByFill(GroupByTimeFillPlan groupByFillPlan, QueryContext context)
-