Class LocalGroupByExecutor

    • Constructor Summary

      Constructors 
      Constructor Description
      LocalGroupByExecutor​(org.apache.iotdb.commons.path.PartialPath path, java.util.Set<java.lang.String> allSensors, 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​(AggregateResult aggrResult)
      add reusable result cache in executor
      java.util.List<AggregateResult> calcResult​(long curStartTime, long curEndTime)
      calculate result in [curStartTime, curEndTime)
      boolean isEmpty()  
      org.apache.iotdb.tsfile.utils.Pair<java.lang.Long,​java.lang.Object> peekNextNotNullValue​(long nextStartTime, long nextEndTime)  
      • Methods inherited from class java.lang.Object

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