Uses of Class
io.trino.sql.tree.OrderBy
Packages that use OrderBy
-
Uses of OrderBy in io.trino.sql
Methods in io.trino.sql that return OrderByMethods in io.trino.sql with parameters of type OrderByModifier and TypeMethodDescriptionstatic StringExpressionFormatter.formatOrderBy(OrderBy orderBy) static QueryQueryUtil.simpleQuery(Select select, Relation from, Expression where, OrderBy orderBy) static QueryQueryUtil.simpleQuery(Select select, Relation from, OrderBy orderBy) -
Uses of OrderBy in io.trino.sql.tree
Methods in io.trino.sql.tree that return types with arguments of type OrderByModifier and TypeMethodDescriptionFunctionCall.getOrderBy()PatternRecognitionRelation.getOrderBy()Query.getOrderBy()QuerySpecification.getOrderBy()TableFunctionTableArgument.getOrderBy()WindowSpecification.getOrderBy()Methods in io.trino.sql.tree with parameters of type OrderByModifier and TypeMethodDescriptionprotected RAstVisitor.visitOrderBy(OrderBy node, C context) protected VoidDefaultTraversalVisitor.visitOrderBy(OrderBy node, C context) Constructor parameters in io.trino.sql.tree with type arguments of type OrderByModifierConstructorDescriptionPatternRecognitionRelation(NodeLocation location, Relation input, List<Expression> partitionBy, Optional<OrderBy> orderBy, List<MeasureDefinition> measures, Optional<PatternRecognitionRelation.RowsPerMatch> rowsPerMatch, Optional<SkipTo> afterMatchSkipTo, Optional<PatternSearchMode> patternSearchMode, RowPattern pattern, List<SubsetDefinition> subsets, List<VariableDefinition> variableDefinitions)