Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.CreateAggregateContext
-
Packages that use OpenGaussStatementParser.CreateAggregateContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type -
-
Uses of OpenGaussStatementParser.CreateAggregateContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.CreateAggregateContext Modifier and Type Method Description OpenGaussStatementParser.CreateAggregateContextOpenGaussStatementParser. createAggregate()OpenGaussStatementParser.CreateAggregateContextOpenGaussStatementParser.ExecuteContext. createAggregate()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.CreateAggregateContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitCreateAggregate(OpenGaussStatementParser.CreateAggregateContext ctx)Visit a parse tree produced byOpenGaussStatementParser.createAggregate().TOpenGaussStatementVisitor. visitCreateAggregate(OpenGaussStatementParser.CreateAggregateContext ctx)Visit a parse tree produced byOpenGaussStatementParser.createAggregate(). -
Uses of OpenGaussStatementParser.CreateAggregateContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.type with parameters of type OpenGaussStatementParser.CreateAggregateContext Modifier and Type Method Description ASTNodeOpenGaussDDLStatementVisitor. visitCreateAggregate(OpenGaussStatementParser.CreateAggregateContext ctx)
-