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