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 2021/11/10 01:57:31 UTC

[GitHub] [iotdb] SteveYurongSu commented on a change in pull request #4310: [IOTDB-1233] Support SQL of aligned timeseries and schema template

SteveYurongSu commented on a change in pull request #4310:
URL: https://github.com/apache/iotdb/pull/4310#discussion_r746188947



##########
File path: antlr/src/main/antlr4/org/apache/iotdb/db/qp/sql/IoTDBSqlParser.g4
##########
@@ -195,6 +201,21 @@ unsetTTL
     : UNSET TTL TO path=prefixPath
     ;
 
+// Set Schema Template
+setSchemaTemplate
+    : SET SCHEMA TEMPLATE templateName=ID TO prefixPath
+    ;
+
+// Set Using Schema Template
+setUsingSchemaTemplate
+    : SET USING SCHEMA TEMPLATE ON prefixPath

Review comment:
       CREATE TIMESERIES OF SCHEMA TEMPLATE ON prefixPath




-- 
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