This is an automated email from the ASF dual-hosted git repository.
hui pushed a change to branch query_plan_visualization
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 95884ad6b9 [IOTDB-3277] [IOTDB-3310] [IOTDB-3311] Fix some SQL parser
bugs in new cluster (#6060)
new 1aaee411cb add ExplainStatement & implement SQL parser
new ee75739fa9 analyze ExplainStatement
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:
.../org/apache/iotdb/db/qp/sql/IoTDBSqlParser.g4 | 7 ++++++-
.../apache/iotdb/db/mpp/plan/analyze/Analyzer.java | 8 ++++++++
.../iotdb/db/mpp/plan/parser/ASTVisitor.java | 9 +++++++++
.../db/mpp/plan/statement/StatementVisitor.java | 5 +++++
.../ExplainStatement.java} | 23 +++++++++++++---------
5 files changed, 42 insertions(+), 10 deletions(-)
copy
server/src/main/java/org/apache/iotdb/db/mpp/plan/statement/{metadata/DeleteTimeSeriesStatement.java
=> sys/ExplainStatement.java} (67%)