Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.WindowClauseContext
-
Packages that use OpenGaussStatementParser.WindowClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.opengauss.visitor.statement -
-
Uses of OpenGaussStatementParser.WindowClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.WindowClauseContext Modifier and Type Method Description OpenGaussStatementParser.WindowClauseContextOpenGaussStatementParser.SimpleSelectContext. windowClause()OpenGaussStatementParser.WindowClauseContextOpenGaussStatementParser. windowClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.WindowClauseContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitWindowClause(OpenGaussStatementParser.WindowClauseContext ctx)Visit a parse tree produced byOpenGaussStatementParser.windowClause().TOpenGaussStatementVisitor. visitWindowClause(OpenGaussStatementParser.WindowClauseContext ctx)Visit a parse tree produced byOpenGaussStatementParser.windowClause(). -
Uses of OpenGaussStatementParser.WindowClauseContext in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement
Methods in org.apache.shardingsphere.sql.parser.opengauss.visitor.statement with parameters of type OpenGaussStatementParser.WindowClauseContext Modifier and Type Method Description ASTNodeOpenGaussStatementVisitor. visitWindowClause(OpenGaussStatementParser.WindowClauseContext ctx)
-