You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/03/19 15:51:25 UTC

[GitHub] [iotdb] liuminghui233 opened a new pull request #5288: [IOTDB-2713] Generate statement from AST for MPP query - Part 1

liuminghui233 opened a new pull request #5288:
URL: https://github.com/apache/iotdb/pull/5288


   In this PR,
   1. We define the Statement class, which contains all the semantic information parsed from the SQL.
   2. We implement ASTVisitor and StatementGenerator,  converting SQL and RPC requests to Statements.
   
   **Note:** This PR is a DRAFT, but we can MERGE it to avoid blocking other work in progress in parallel.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [iotdb] JackieTien97 merged pull request #5288: [IOTDB-2713] Generate statement from AST for MPP query - Part 1

Posted by GitBox <gi...@apache.org>.
JackieTien97 merged pull request #5288:
URL: https://github.com/apache/iotdb/pull/5288


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org