Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.CreateAggregateContext
Packages that use OpenGaussStatementParser.CreateAggregateContext
Package
Description
-
Uses of OpenGaussStatementParser.CreateAggregateContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.CreateAggregateContextModifier and TypeMethodDescriptionOpenGaussStatementParser.createAggregate()OpenGaussStatementParser.ExecuteContext.createAggregate()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.CreateAggregateContextModifier and TypeMethodDescriptionOpenGaussStatementBaseVisitor.visitCreateAggregate(OpenGaussStatementParser.CreateAggregateContext ctx) Visit a parse tree produced byOpenGaussStatementParser.createAggregate().OpenGaussStatementVisitor.visitCreateAggregate(OpenGaussStatementParser.CreateAggregateContext ctx) Visit a parse tree produced byOpenGaussStatementParser.createAggregate(). -
Uses of OpenGaussStatementParser.CreateAggregateContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.impl
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.impl with parameters of type OpenGaussStatementParser.CreateAggregateContextModifier and TypeMethodDescriptionorg.apache.shardingsphere.sql.parser.api.visitor.ASTNodeOpenGaussDDLStatementSQLVisitor.visitCreateAggregate(OpenGaussStatementParser.CreateAggregateContext ctx)