Class LocalAlignedGroupByExecutor

    • Constructor Summary

      Constructors 
      Constructor Description
      LocalAlignedGroupByExecutor​(org.apache.iotdb.commons.path.PartialPath path, QueryContext context, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter, TsFileFilter fileFilter, boolean ascending)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addAggregateResult​(java.util.List<AggregateResult> aggregateResults)
      add reusable result cache in executor
      java.util.List<java.util.List<AggregateResult>> calcAlignedResult​(long curStartTime, long curEndTime)
      calculate result in [curStartTime, curEndTime)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait