Class GroupByTimeEngineDataSet

    • Constructor Detail

      • GroupByTimeEngineDataSet

        public GroupByTimeEngineDataSet()
    • Method Detail

      • nextWithoutConstraint

        public org.apache.iotdb.tsfile.read.common.RowRecord nextWithoutConstraint()
                                                                            throws java.io.IOException
        Specified by:
        nextWithoutConstraint in class GroupByTimeDataSet
        Throws:
        java.io.IOException
      • getNextAggregateResult

        protected abstract AggregateResult[] getNextAggregateResult()
                                                             throws java.io.IOException
        Throws:
        java.io.IOException
      • constructRowRecord

        protected org.apache.iotdb.tsfile.read.common.RowRecord constructRowRecord​(AggregateResult[] aggregateResultList)
      • isEndCal

        protected boolean isEndCal()
      • updatePreAggrInterval

        protected void updatePreAggrInterval()
      • getCurAggregateResults

        public AggregateResult[] getCurAggregateResults()