This is an automated email from the ASF dual-hosted git repository.
caogaofei pushed a change to branch ty/TableModelGrammar
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from b340486a0fc [TableModel] Using StringArrayDeviceId for writing (#12369)
new 7127ef5102c add serialize method for Limit, Offset, ProjectNode
new 72794ae1862 Merge branch 'ty/TableModelGrammar' of
github.com:apache/iotdb into ty/TableModelGrammar
new 9c35ac0b313 add serialize and deserialize method for Cast,
FunctionCall, GenericDataType, Identifier
new b8d88f7f8c1 perfect serialize method of Cast, GenericDataTYpe,
QualifiedName
new b8f590cf890 Merge branch 'ty/TableModelGrammar' of
github.com:apache/iotdb into ty/TableModelGrammar
The 5 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:
.../plan/relational/planner/node/FilterNode.java | 5 +-
.../plan/relational/planner/node/LimitNode.java | 16 ++++-
.../plan/relational/planner/node/OffsetNode.java | 16 ++++-
.../plan/relational/planner/node/ProjectNode.java | 31 +++++++++-
.../apache/iotdb/db/relational/sql/tree/Cast.java | 27 +++++++++
.../iotdb/db/relational/sql/tree/Expression.java | 12 ++++
.../iotdb/db/relational/sql/tree/FunctionCall.java | 33 +++++++++++
.../db/relational/sql/tree/GenericDataType.java | 23 ++++++++
.../iotdb/db/relational/sql/tree/Identifier.java | 23 ++++++++
.../db/relational/sql/tree/QualifiedName.java | 68 ++++++++++++++++++++++
.../relational/sql/tree/TableExpressionType.java | 4 ++
11 files changed, 248 insertions(+), 10 deletions(-)