Interface GroupByExecutor

  • All Known Implementing Classes:
    LocalGroupByExecutor

    public interface GroupByExecutor
    Each executor calculates results of all aggregations on this series
    • Method Detail

      • addAggregateResult

        void addAggregateResult​(AggregateResult aggrResult)
        add reusable result cache in executor
      • peekNextNotNullValue

        org.apache.iotdb.tsfile.utils.Pair<java.lang.Long,​java.lang.Object> peekNextNotNullValue​(long nextStartTime,
                                                                                                       long nextEndTime)
                                                                                                throws java.io.IOException
        Throws:
        java.io.IOException