Uses of Class
io.trino.grammar.sql.SqlBaseParser.SortItemContext
Packages that use SqlBaseParser.SortItemContext
-
Uses of SqlBaseParser.SortItemContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql that return SqlBaseParser.SortItemContextModifier and TypeMethodDescriptionSqlBaseParser.FunctionCallContext.sortItem(int i) SqlBaseParser.ListaggContext.sortItem(int i) SqlBaseParser.PatternRecognitionContext.sortItem(int i) SqlBaseParser.QueryNoWithContext.sortItem(int i) SqlBaseParser.sortItem()SqlBaseParser.TableArgumentContext.sortItem(int i) SqlBaseParser.WindowSpecificationContext.sortItem(int i) Methods in io.trino.grammar.sql that return types with arguments of type SqlBaseParser.SortItemContextModifier and TypeMethodDescriptionSqlBaseParser.FunctionCallContext.sortItem()SqlBaseParser.ListaggContext.sortItem()SqlBaseParser.PatternRecognitionContext.sortItem()SqlBaseParser.QueryNoWithContext.sortItem()SqlBaseParser.TableArgumentContext.sortItem()SqlBaseParser.WindowSpecificationContext.sortItem()Methods in io.trino.grammar.sql with parameters of type SqlBaseParser.SortItemContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterSortItem(SqlBaseParser.SortItemContext ctx) Enter a parse tree produced bySqlBaseParser.sortItem().voidSqlBaseListener.enterSortItem(SqlBaseParser.SortItemContext ctx) Enter a parse tree produced bySqlBaseParser.sortItem().voidSqlBaseBaseListener.exitSortItem(SqlBaseParser.SortItemContext ctx) Exit a parse tree produced bySqlBaseParser.sortItem().voidSqlBaseListener.exitSortItem(SqlBaseParser.SortItemContext ctx) Exit a parse tree produced bySqlBaseParser.sortItem().SqlBaseBaseVisitor.visitSortItem(SqlBaseParser.SortItemContext ctx) Visit a parse tree produced bySqlBaseParser.sortItem().SqlBaseVisitor.visitSortItem(SqlBaseParser.SortItemContext ctx) Visit a parse tree produced bySqlBaseParser.sortItem().