Uses of Class
org.h2.expression.analysis.Window
Packages that use Window
Package
Description
Contains queries.
Base classes for data analysis operations and implementations of window functions.
-
Uses of Window in org.h2.command.query
Methods in org.h2.command.query that return WindowModifier and TypeMethodDescriptionReturns a window with specified name, or null.Methods in org.h2.command.query with parameters of type Window -
Uses of Window in org.h2.expression.analysis
Fields in org.h2.expression.analysis declared as WindowMethods in org.h2.expression.analysis with parameters of type WindowModifier and TypeMethodDescriptionstatic intWindowFrame.getEndIndex(Window over, SessionLocal session, ArrayList<Value[]> orderedRows, SortOrder sortOrder, int currentRow) Returns end index for the specified frame, or default end index if frame is null.WindowFrame.iterator(Window over, SessionLocal session, ArrayList<Value[]> orderedRows, SortOrder sortOrder, int currentRow, boolean reverse) Returns iterator for the specified frame, or default iterator if frame is null.voidDataAnalysisOperation.setOverCondition(Window over) Sets the OVER condition.