Uses of Class
org.h2.expression.analysis.DataAnalysisOperation
Packages that use DataAnalysisOperation
Package
Description
Contains queries.
Aggregate functions.
Base classes for data analysis operations and implementations of window functions.
-
Uses of DataAnalysisOperation in org.h2.command.query
Methods in org.h2.command.query with parameters of type DataAnalysisOperationModifier and TypeMethodDescriptionfinal PartitionDataSelectGroups.getWindowExprData(DataAnalysisOperation expr, Value partitionKey) Get the window data for the specified expression.final voidSelectGroups.setWindowExprData(DataAnalysisOperation expr, Value partitionKey, PartitionData obj) Set the window data for the specified expression. -
Uses of DataAnalysisOperation in org.h2.expression.aggregate
Subclasses of DataAnalysisOperation in org.h2.expression.aggregateModifier and TypeClassDescriptionclassA base class for aggregate functions.classImplements the integrated aggregate functions, such as COUNT, MAX, SUM.classThis class wraps a user-defined aggregate. -
Uses of DataAnalysisOperation in org.h2.expression.analysis
Subclasses of DataAnalysisOperation in org.h2.expression.analysis