Uses of Class
org.h2.expression.analysis.WindowFrame
Packages that use WindowFrame
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
Aggregate functions.
Base classes for data analysis operations and implementations of window functions.
-
Uses of WindowFrame in org.h2.command
Methods in org.h2.command that return WindowFrame -
Uses of WindowFrame in org.h2.expression.aggregate
Methods in org.h2.expression.aggregate with parameters of type WindowFrameModifier and TypeMethodDescriptionprivate static boolean
AbstractAggregate.checkVariableBounds
(WindowFrame frame, ArrayList<Value[]> ordered) -
Uses of WindowFrame in org.h2.expression.analysis
Fields in org.h2.expression.analysis declared as WindowFrameMethods in org.h2.expression.analysis that return WindowFrameConstructors in org.h2.expression.analysis with parameters of type WindowFrameModifierConstructorDescriptionWindow
(String parent, ArrayList<Expression> partitionBy, ArrayList<QueryOrderBy> orderBy, WindowFrame frame) Creates a new instance of window clause.