This is an automated email from the ASF dual-hosted git repository.
weihao pushed a change to branch optimizeLast
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 26259ef0663 Merge branch 'master' of github.com:apache/iotdb into
optimizeLast
add b3616e7a256 BE
No new revisions were added by this update.
Summary of changes:
.../relational/AbstractAggTableScanOperator.java | 23 ++-
.../relational/DeviceIteratorScanOperator.java | 4 +-
.../relational/LastQueryAggTableScanOperator.java | 2 +-
...onAlignedDeviceViewAggregationScanOperator.java | 219 +++++++++++++++++++++
.../plan/planner/TableOperatorGenerator.java | 84 +++++++-
.../plan/planner/plan/node/PlanVisitor.java | 12 ++
.../AlignedAggregationTreeDeviceViewScanNode.java | 6 +
...onAlignedAggregationTreeDeviceViewScanNode.java | 6 +
8 files changed, 341 insertions(+), 15 deletions(-)
create mode 100644
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/operator/source/relational/TreeNonAlignedDeviceViewAggregationScanOperator.java