Uses of Class
io.trino.sql.tree.WindowDefinition
Packages that use WindowDefinition
-
Uses of WindowDefinition in io.trino.sql
Method parameters in io.trino.sql with type arguments of type WindowDefinitionModifier and TypeMethodDescriptionstatic QueryQueryUtil.simpleQuery(Select select, Relation from, Optional<Expression> where, Optional<GroupBy> groupBy, Optional<Expression> having, List<WindowDefinition> windows, Optional<OrderBy> orderBy, Optional<Offset> offset, Optional<Node> limit) -
Uses of WindowDefinition in io.trino.sql.tree
Methods in io.trino.sql.tree that return types with arguments of type WindowDefinitionMethods in io.trino.sql.tree with parameters of type WindowDefinitionModifier and TypeMethodDescriptionprotected RAstVisitor.visitWindowDefinition(WindowDefinition node, C context) protected VoidDefaultTraversalVisitor.visitWindowDefinition(WindowDefinition node, C context) Constructor parameters in io.trino.sql.tree with type arguments of type WindowDefinitionModifierConstructorDescriptionQuerySpecification(NodeLocation location, Select select, Optional<Relation> from, Optional<Expression> where, Optional<GroupBy> groupBy, Optional<Expression> having, List<WindowDefinition> windows, Optional<OrderBy> orderBy, Optional<Offset> offset, Optional<Node> limit) QuerySpecification(Select select, Optional<Relation> from, Optional<Expression> where, Optional<GroupBy> groupBy, Optional<Expression> having, List<WindowDefinition> windows, Optional<OrderBy> orderBy, Optional<Offset> offset, Optional<Node> limit)