Uses of Class
io.trino.sql.tree.WindowDefinition
-
Packages that use WindowDefinition Package Description io.trino.sql io.trino.sql.tree -
-
Uses of WindowDefinition in io.trino.sql
Method parameters in io.trino.sql with type arguments of type WindowDefinition Modifier and Type Method Description static 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 WindowDefinition Modifier and Type Method Description List<WindowDefinition>QuerySpecification. getWindows()Methods in io.trino.sql.tree with parameters of type WindowDefinition Modifier and Type Method Description protected 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 WindowDefinition Constructor Description QuerySpecification(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)
-