This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 21c1658 Fix session doc (#1374)
add 785d119 [ISSUE-1281] Show timeseries with heat sort (#1341)
No new revisions were added by this update.
Summary of changes:
.../DDL Data Definition Language.md | 8 +-
.../DDL Data Definition Language.md | 9 +-
.../org/apache/iotdb/db/qp/strategy/SqlBase.g4 | 6 +-
.../org/apache/iotdb/db/metadata/MManager.java | 31 ++-
.../java/org/apache/iotdb/db/metadata/MTree.java | 99 +++++--
.../apache/iotdb/db/qp/executor/PlanExecutor.java | 2 +-
.../db/qp/logical/sys/ShowTimeSeriesOperator.java | 9 +-
.../db/qp/physical/sys/ShowTimeSeriesPlan.java | 15 +-
.../iotdb/db/qp/strategy/LogicalGenerator.java | 154 +++++------
.../iotdb/db/qp/strategy/PhysicalGenerator.java | 61 ++---
.../integration/IoTDBSortedShowTimeseriesIT.java | 287 +++++++++++++++++++++
11 files changed, 528 insertions(+), 153 deletions(-)
create mode 100644
server/src/test/java/org/apache/iotdb/db/integration/IoTDBSortedShowTimeseriesIT.java