Uses of Interface
io.trino.sql.tree.Window
-
Packages that use Window Package Description io.trino.sql.tree -
-
Uses of Window in io.trino.sql.tree
Classes in io.trino.sql.tree that implement Window Modifier and Type Class Description classWindowReferenceclassWindowSpecificationMethods in io.trino.sql.tree that return Window Modifier and Type Method Description WindowWindowOperation. getWindow()Methods in io.trino.sql.tree that return types with arguments of type Window Modifier and Type Method Description Optional<Window>FunctionCall. getWindow()Constructors in io.trino.sql.tree with parameters of type Window Constructor Description WindowOperation(Identifier name, Window window)WindowOperation(NodeLocation location, Identifier name, Window window)
-