Class GroupByFillDataSet
- java.lang.Object
-
- org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
-
- org.apache.iotdb.db.query.dataset.groupby.GroupByTimeDataSet
-
- org.apache.iotdb.db.query.dataset.groupby.GroupByFillDataSet
-
public class GroupByFillDataSet extends GroupByTimeDataSet
-
-
Field Summary
-
Fields inherited from class org.apache.iotdb.db.query.dataset.groupby.GroupByTimeDataSet
curAggregateResults, curAggrTimeRange, curPreAggrTimeRange, endTime, hasCachedTimeInterval, interval, isIntervalByMonth, isSlidingStepByMonth, leftCRightO, queryId, slidingStep, slidingWindowGroupByExecutors, startTime
-
-
Constructor Summary
Constructors Constructor Description GroupByFillDataSet(QueryContext context, GroupByTimeFillPlan groupByTimeFillPlan)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitCache()org.apache.iotdb.tsfile.read.common.RowRecordnextWithoutConstraint()voidsetDataSet(org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet dataSet)-
Methods inherited from class org.apache.iotdb.db.query.dataset.groupby.GroupByTimeDataSet
getStartTime, hasNextWithoutConstraint, initGroupByTimeDataSetFields, nextTimePartition
-
Methods inherited from class org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet
decreaseAlreadyReturnedRowNum, getColumnNum, getDataTypes, getEndPoint, getPaths, getRowLimit, getRowOffset, getWithoutNullColumnsIndex, hasLimit, hasNext, initQueryDataSetFields, isWithoutAllNull, isWithoutAnyNull, next, setColumnNum, setDataTypes, setEndPoint, setFetchSize, setRowLimit, setRowOffset, setWithoutAllNull, setWithoutAnyNull, setWithoutNullColumnsIndex, withoutNullFilter
-
-
-
-
Constructor Detail
-
GroupByFillDataSet
public GroupByFillDataSet(QueryContext context, GroupByTimeFillPlan groupByTimeFillPlan) throws QueryProcessException
- Throws:
QueryProcessException
-
-
Method Detail
-
setDataSet
public void setDataSet(org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet dataSet)
-
initCache
public void initCache() throws QueryProcessException- Throws:
QueryProcessException
-
nextWithoutConstraint
public org.apache.iotdb.tsfile.read.common.RowRecord nextWithoutConstraint() throws java.io.IOException- Specified by:
nextWithoutConstraintin classGroupByTimeDataSet- Throws:
java.io.IOException
-
-