This is an automated email from the ASF dual-hosted git repository.

jiangtian pushed a change to branch TableModelIngestion
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from ac13ca267d8 merge and fix it
     add 32dbc3c1a5e support insert sql and insert rows
     add 722194e959e Merge branch 'TableModelIngestion' of 
github.com:apache/iotdb into TableModelIngestion

No new revisions were added by this update.

Summary of changes:
 .../iotdb/session/it/IoTDBSessionRelationalIT.java |   1 +
 .../dataregion/DataExecutionVisitor.java           |   6 ++
 .../db/queryengine/plan/analyze/AnalyzeUtils.java  |  11 +++
 .../plan/planner/plan/node/PlanNodeType.java       |  10 +-
 .../plan/planner/plan/node/PlanVisitor.java        |   5 +
 .../plan/node/write/RelationalInsertRowNode.java   |   2 +-
 .../plan/node/write/RelationalInsertRowsNode.java  | 110 +++++++++++++++++++++
 .../relational/analyzer/StatementAnalyzer.java     |   6 ++
 .../plan/relational/planner/RelationPlanner.java   |  28 +++++-
 .../plan/relational/sql/ast/AstVisitor.java        |   4 +
 .../sql/ast/{InsertRow.java => InsertRows.java}    |  42 ++++----
 .../relational/sql/ast/WrappedInsertStatement.java |   2 +-
 .../plan/relational/sql/parser/AstBuilder.java     |  84 +++++++++++++++-
 .../plan/statement/crud/InsertRowStatement.java    |  16 +++
 .../plan/statement/crud/InsertRowsStatement.java   |  26 +++++
 .../db/storageengine/dataregion/DataRegion.java    |   6 +-
 .../dataregion/memtable/TsFileProcessor.java       |  15 ++-
 .../apache/iotdb/db/utils/DateTimeUtilsTest.java   |   2 +
 .../apache/iotdb/commons/schema/table/TsTable.java |   2 +-
 19 files changed, 347 insertions(+), 31 deletions(-)
 create mode 100644 
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/planner/plan/node/write/RelationalInsertRowsNode.java
 copy 
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/sql/ast/{InsertRow.java
 => InsertRows.java} (66%)

Reply via email to