Uses of Class
org.apache.iotdb.db.qp.physical.crud.GroupByTimePlan
-
-
Uses of GroupByTimePlan in org.apache.iotdb.db.engine.cq
Methods in org.apache.iotdb.db.engine.cq with parameters of type GroupByTimePlan Modifier and Type Method Description protected voidContinuousQuerySchemaCheckTask. doInsert(java.lang.String sql, QueryOperator queryOperator, GroupByTimePlan queryPlan, org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet queryDataSet)we only do some checks here.protected voidContinuousQueryTask. doInsert(java.lang.String sql, QueryOperator queryOperator, GroupByTimePlan queryPlan, org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet queryDataSet) -
Uses of GroupByTimePlan in org.apache.iotdb.db.qp.logical.crud
Methods in org.apache.iotdb.db.qp.logical.crud that return GroupByTimePlan Modifier and Type Method Description protected GroupByTimePlanGroupByQueryOperator. initGroupByTimePlan(QueryPlan queryPlan) -
Uses of GroupByTimePlan in org.apache.iotdb.db.qp.physical.crud
Subclasses of GroupByTimePlan in org.apache.iotdb.db.qp.physical.crud Modifier and Type Class Description classGroupByTimeFillPlanMethods in org.apache.iotdb.db.qp.physical.crud that return GroupByTimePlan Modifier and Type Method Description GroupByTimePlanAlignByDevicePlan. getGroupByTimePlan()Methods in org.apache.iotdb.db.qp.physical.crud with parameters of type GroupByTimePlan Modifier and Type Method Description static org.apache.iotdb.tsfile.read.expression.impl.GlobalTimeExpressionGroupByTimePlan. getTimeExpression(GroupByTimePlan plan)voidAlignByDevicePlan. setGroupByTimePlan(GroupByTimePlan groupByTimePlan) -
Uses of GroupByTimePlan in org.apache.iotdb.db.query.dataset.groupby
Fields in org.apache.iotdb.db.query.dataset.groupby declared as GroupByTimePlan Modifier and Type Field Description protected GroupByTimePlanGroupByWithValueFilterDataSet. groupByTimePlanMethods in org.apache.iotdb.db.query.dataset.groupby with parameters of type GroupByTimePlan Modifier and Type Method Description voidGroupByWithoutValueFilterDataSet. initGroupBy(QueryContext context, GroupByTimePlan groupByTimePlan)init reader and aggregate function.voidGroupByWithValueFilterDataSet. initGroupBy(QueryContext context, GroupByTimePlan groupByTimePlan)init reader and aggregate function.protected voidGroupByTimeDataSet. initGroupByTimeDataSetFields(QueryContext context, GroupByTimePlan groupByTimePlan)Constructors in org.apache.iotdb.db.query.dataset.groupby with parameters of type GroupByTimePlan Constructor Description GroupByLevelDataSet(GroupByTimePlan plan, GroupByTimeEngineDataSet dataSet)GroupByTimeDataSet(QueryContext context, GroupByTimePlan groupByTimePlan)groupBy query.GroupByTimeEngineDataSet(QueryContext context, GroupByTimePlan groupByTimePlan)GroupByWithoutValueFilterDataSet(QueryContext context, GroupByTimePlan groupByTimePlan)constructor.GroupByWithValueFilterDataSet(long queryId, GroupByTimePlan groupByTimePlan)GroupByWithValueFilterDataSet(QueryContext context, GroupByTimePlan groupByTimePlan)constructor. -
Uses of GroupByTimePlan in org.apache.iotdb.db.query.executor
Methods in org.apache.iotdb.db.query.executor with parameters of type GroupByTimePlan Modifier and Type Method Description protected GroupByWithoutValueFilterDataSetQueryRouter. getGroupByWithoutValueFilterDataSet(QueryContext context, GroupByTimePlan plan)protected GroupByWithValueFilterDataSetQueryRouter. getGroupByWithValueFilterDataSet(QueryContext context, GroupByTimePlan plan)org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetIQueryRouter. groupBy(GroupByTimePlan groupByTimePlan, QueryContext context)Execute groupBy query.org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetQueryRouter. groupBy(GroupByTimePlan groupByTimePlan, QueryContext context)
-