Uses of Class
io.prestosql.sql.tree.Window
-
Packages that use Window Package Description io.prestosql.sql io.prestosql.sql.tree -
-
Uses of Window in io.prestosql.sql
Methods in io.prestosql.sql with parameters of type Window Modifier and Type Method Description java.lang.StringExpressionFormatter.Formatter. visitWindow(Window node, java.lang.Void context) -
Uses of Window in io.prestosql.sql.tree
Methods in io.prestosql.sql.tree that return types with arguments of type Window Modifier and Type Method Description java.util.Optional<Window>FunctionCall. getWindow()Methods in io.prestosql.sql.tree with parameters of type Window Modifier and Type Method Description protected RAstVisitor. visitWindow(Window node, C context)java.lang.VoidDefaultTraversalVisitor. visitWindow(Window node, C context)
-