Uses of Enum Class
io.trino.sql.tree.WindowFrame.Type
Packages that use WindowFrame.Type
-
Uses of WindowFrame.Type in io.trino.sql.tree
Methods in io.trino.sql.tree that return WindowFrame.TypeModifier and TypeMethodDescriptionWindowFrame.getType()static WindowFrame.TypeReturns the enum constant of this class with the specified name.static WindowFrame.Type[]WindowFrame.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.sql.tree with parameters of type WindowFrame.TypeModifierConstructorDescriptionWindowFrame(NodeLocation location, WindowFrame.Type type, FrameBound start, Optional<FrameBound> end, List<MeasureDefinition> measures, Optional<SkipTo> afterMatchSkipTo, Optional<PatternSearchMode> patternSearchMode, Optional<RowPattern> pattern, List<SubsetDefinition> subsets, List<VariableDefinition> variableDefinitions) WindowFrame(WindowFrame.Type type, FrameBound start, Optional<FrameBound> end, List<MeasureDefinition> measures, Optional<SkipTo> afterMatchSkipTo, Optional<PatternSearchMode> patternSearchMode, Optional<RowPattern> pattern, List<SubsetDefinition> subsets, List<VariableDefinition> variableDefinitions)