Uses of Class
org.h2.expression.analysis.Window
Packages that use Window
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
Contains queries.
Base classes for data analysis operations and implementations of window functions.
-
Uses of Window in org.h2.command
Methods in org.h2.command that return WindowModifier and TypeMethodDescriptionprivate Window
Parser.readWindowNameOrSpecification()
private Window
Parser.readWindowSpecification()
-
Uses of Window in org.h2.command.query
Fields in org.h2.command.query with type parameters of type WindowMethods 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 int
WindowFrame.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.void
DataAnalysisOperation.setOverCondition
(Window over) Sets the OVER condition.