Uses of Class
org.h2.expression.analysis.WindowFrameBound
-
Packages that use WindowFrameBound Package Description org.h2.command This package contains the parser and the base classes for prepared SQL statements.org.h2.expression.analysis 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 WindowFrameBound Modifier and Type Method Description private WindowFrameBoundParser. readWindowFrameRange()private WindowFrameBoundParser. readWindowFrameStarting() -
Uses of WindowFrameBound in org.h2.expression.analysis
Fields in org.h2.expression.analysis declared as WindowFrameBound Modifier and Type Field Description private WindowFrameBoundWindowFrame. followingprivate WindowFrameBoundWindowFrame. startingMethods in org.h2.expression.analysis that return WindowFrameBound Modifier and Type Method Description WindowFrameBoundWindowFrame. getFollowing()Returns the following clause.WindowFrameBoundWindowFrame. getStarting()Returns the starting clause.Methods in org.h2.expression.analysis with parameters of type WindowFrameBound Modifier and Type Method Description private static Value[]WindowFrame. getCompareRow(SessionLocal session, java.util.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, java.util.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 WindowFrameBound Constructor Description WindowFrame(WindowFrameUnits units, WindowFrameBound starting, WindowFrameBound following, WindowFrameExclusion exclusion)Creates new instance of window frame clause.
-