Uses of Class
org.h2.expression.analysis.WindowFrameBound
Packages that use WindowFrameBound
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
Base classes for data analysis operations and implementations of window functions.
-
Uses of WindowFrameBound in org.h2.command
Methods in org.h2.command that return WindowFrameBoundModifier and TypeMethodDescriptionprivate WindowFrameBoundParser.readWindowFrameRange()private WindowFrameBoundParser.readWindowFrameStarting() -
Uses of WindowFrameBound in org.h2.expression.analysis
Fields in org.h2.expression.analysis declared as WindowFrameBoundModifier and TypeFieldDescriptionprivate final WindowFrameBoundWindowFrame.followingprivate final WindowFrameBoundWindowFrame.startingMethods in org.h2.expression.analysis that return WindowFrameBoundModifier and TypeMethodDescriptionWindowFrame.getFollowing()Returns the following clause.WindowFrame.getStarting()Returns the starting clause.Methods in org.h2.expression.analysis with parameters of type WindowFrameBoundModifier and TypeMethodDescriptionprivate static Value[]WindowFrame.getCompareRow(SessionLocal session, ArrayList<Value[]> orderedRows, SortOrder sortOrder, int currentRow, WindowFrameBound bound, boolean add) Appends bound value to the current row and produces row for comparison operations.private intWindowFrame.getIndex(SessionLocal session, ArrayList<Value[]> orderedRows, SortOrder sortOrder, int currentRow, WindowFrameBound bound, boolean forFollowing) Returns starting or ending index of a window frame.private static intWindowFrame.getIntOffset(WindowFrameBound bound, Value[] values, SessionLocal session) private static ValueWindowFrame.getValueOffset(WindowFrameBound bound, Value[] values, SessionLocal session) Constructors in org.h2.expression.analysis with parameters of type WindowFrameBoundModifierConstructorDescriptionWindowFrame(WindowFrameUnits units, WindowFrameBound starting, WindowFrameBound following, WindowFrameExclusion exclusion) Creates new instance of window frame clause.