Uses of Class
io.trino.sql.parser.SqlBaseParser.SortItemContext
-
Packages that use SqlBaseParser.SortItemContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.SortItemContext in io.trino.sql.parser
Methods in io.trino.sql.parser that return SqlBaseParser.SortItemContext Modifier and Type Method Description SqlBaseParser.SortItemContextSqlBaseParser.FunctionCallContext. sortItem(int i)SqlBaseParser.SortItemContextSqlBaseParser.QueryNoWithContext. sortItem(int i)SqlBaseParser.SortItemContextSqlBaseParser. sortItem()SqlBaseParser.SortItemContextSqlBaseParser.WindowSpecificationContext. sortItem(int i)Methods in io.trino.sql.parser that return types with arguments of type SqlBaseParser.SortItemContext Modifier and Type Method Description List<SqlBaseParser.SortItemContext>SqlBaseParser.FunctionCallContext. sortItem()List<SqlBaseParser.SortItemContext>SqlBaseParser.QueryNoWithContext. sortItem()List<SqlBaseParser.SortItemContext>SqlBaseParser.WindowSpecificationContext. sortItem()Methods in io.trino.sql.parser with parameters of type SqlBaseParser.SortItemContext Modifier and Type Method Description voidSqlBaseBaseListener. 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().TSqlBaseBaseVisitor. visitSortItem(SqlBaseParser.SortItemContext ctx)Visit a parse tree produced bySqlBaseParser.sortItem().TSqlBaseVisitor. visitSortItem(SqlBaseParser.SortItemContext ctx)Visit a parse tree produced bySqlBaseParser.sortItem().
-