Uses of Class
org.apache.iotdb.db.qp.sql.IoTDBSqlParser.CreateStorageGroupContext
-
Packages that use IoTDBSqlParser.CreateStorageGroupContext Package Description org.apache.iotdb.db.qp.sql -
-
Uses of IoTDBSqlParser.CreateStorageGroupContext in org.apache.iotdb.db.qp.sql
Methods in org.apache.iotdb.db.qp.sql that return IoTDBSqlParser.CreateStorageGroupContext Modifier and Type Method Description IoTDBSqlParser.CreateStorageGroupContextIoTDBSqlParser. createStorageGroup()IoTDBSqlParser.CreateStorageGroupContextIoTDBSqlParser.DdlStatementContext. createStorageGroup()Methods in org.apache.iotdb.db.qp.sql with parameters of type IoTDBSqlParser.CreateStorageGroupContext Modifier and Type Method Description TIoTDBSqlParserBaseVisitor. visitCreateStorageGroup(IoTDBSqlParser.CreateStorageGroupContext ctx)Visit a parse tree produced byIoTDBSqlParser.createStorageGroup().TIoTDBSqlParserVisitor. visitCreateStorageGroup(IoTDBSqlParser.CreateStorageGroupContext ctx)Visit a parse tree produced byIoTDBSqlParser.createStorageGroup().
-