Uses of Interface
org.apache.iotdb.db.query.executor.groupby.AlignedGroupByExecutor
-
Packages that use AlignedGroupByExecutor Package Description org.apache.iotdb.db.query.dataset.groupby org.apache.iotdb.db.query.executor.groupby.impl -
-
Uses of AlignedGroupByExecutor in org.apache.iotdb.db.query.dataset.groupby
Fields in org.apache.iotdb.db.query.dataset.groupby with type parameters of type AlignedGroupByExecutor Modifier and Type Field Description protected java.util.Map<AlignedPath,AlignedGroupByExecutor>GroupByWithoutValueFilterDataSet. alignedPathExecutorsMethods in org.apache.iotdb.db.query.dataset.groupby that return AlignedGroupByExecutor Modifier and Type Method Description protected AlignedGroupByExecutorGroupByWithoutValueFilterDataSet. getAlignedGroupByExecutor(org.apache.iotdb.commons.path.PartialPath path, QueryContext context, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter, TsFileFilter fileFilter, boolean ascending) -
Uses of AlignedGroupByExecutor in org.apache.iotdb.db.query.executor.groupby.impl
Classes in org.apache.iotdb.db.query.executor.groupby.impl that implement AlignedGroupByExecutor Modifier and Type Class Description classLocalAlignedGroupByExecutor
-