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