Uses of Class
io.trino.sql.tree.FrameBound
-
Packages that use FrameBound Package Description io.trino.sql.tree -
-
Uses of FrameBound in io.trino.sql.tree
Methods in io.trino.sql.tree that return FrameBound Modifier and Type Method Description FrameBoundWindowFrame. getStart()Methods in io.trino.sql.tree that return types with arguments of type FrameBound Modifier and Type Method Description Optional<FrameBound>WindowFrame. getEnd()Methods in io.trino.sql.tree with parameters of type FrameBound Modifier and Type Method Description protected RAstVisitor. visitFrameBound(FrameBound node, C context)VoidDefaultTraversalVisitor. visitFrameBound(FrameBound node, C context)Constructors in io.trino.sql.tree with parameters of type FrameBound Constructor Description WindowFrame(NodeLocation location, WindowFrame.Type type, FrameBound start, Optional<FrameBound> end)WindowFrame(WindowFrame.Type type, FrameBound start, Optional<FrameBound> end)Constructor parameters in io.trino.sql.tree with type arguments of type FrameBound Constructor Description WindowFrame(NodeLocation location, WindowFrame.Type type, FrameBound start, Optional<FrameBound> end)WindowFrame(WindowFrame.Type type, FrameBound start, Optional<FrameBound> end)
-