This is an automated email from the ASF dual-hosted git repository.
kangrong pushed a change to branch f_index_dev
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from 7f9cd02 let index return result aligned by timestamp
new 1c9e779 add non-overlap for ELB
new 83c6f25 add show index
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../antlr4/org/apache/iotdb/db/qp/sql/SqlBase.g4 | 1 +
.../org/apache/iotdb/db/conf/IoTDBConstant.java | 4 ++
.../org/apache/iotdb/db/index/IndexManager.java | 4 ++
.../iotdb/db/index/algorithm/IoTDBIndex.java | 21 +++++-----
.../iotdb/db/index/algorithm/elb/ELBIndex.java | 11 ++++++
.../algorithm/elb/ELBTimeFeatureExtractor.java | 46 ++++++++++++++--------
.../iotdb/db/index/algorithm/mmhh/MMHHIndex.java | 18 +++------
.../apache/iotdb/db/index/common/IndexInfo.java | 11 ++++++
.../apache/iotdb/db/index/router/IIndexRouter.java | 2 +
.../iotdb/db/index/router/ProtoIndexRouter.java | 28 +++++++++++++
.../apache/iotdb/db/qp/constant/SQLConstant.java | 2 +
.../apache/iotdb/db/qp/executor/PlanExecutor.java | 35 ++++++++++++++++
...ShowTTLOperator.java => ShowIndexOperator.java} | 18 ++++-----
...ShowMergeStatusPlan.java => ShowIndexPlan.java} | 8 ++--
.../apache/iotdb/db/qp/physical/sys/ShowPlan.java | 1 +
.../apache/iotdb/db/qp/sql/IoTDBSqlVisitor.java | 11 ++++++
.../iotdb/db/qp/strategy/PhysicalGenerator.java | 4 ++
.../apache/iotdb/db/index/it/ELBIndexReadIT.java | 15 ++++---
.../apache/iotdb/db/index/it/MMHHIndexReadIT.java | 6 +--
19 files changed, 184 insertions(+), 62 deletions(-)
copy
server/src/main/java/org/apache/iotdb/db/qp/logical/sys/{ShowTTLOperator.java
=> ShowIndexOperator.java} (73%)
copy
server/src/main/java/org/apache/iotdb/db/qp/physical/sys/{ShowMergeStatusPlan.java
=> ShowIndexPlan.java} (81%)