Uses of Class
org.h2.expression.analysis.DataAnalysisOperation
Packages that use DataAnalysisOperation
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
Contains queries.
Aggregate functions.
Base classes for data analysis operations and implementations of window functions.
-
Uses of DataAnalysisOperation in org.h2.command
Methods in org.h2.command with parameters of type DataAnalysisOperation -
Uses of DataAnalysisOperation in org.h2.command.query
Fields in org.h2.command.query with type parameters of type DataAnalysisOperationModifier and TypeFieldDescriptionprivate final HashMap
<DataAnalysisOperation, PartitionData> SelectGroups.windowData
Maps an window expression object to its data.private final HashMap
<DataAnalysisOperation, TreeMap<Value, PartitionData>> SelectGroups.windowPartitionData
Maps an partitioned window expression object to its data.Methods in org.h2.command.query with parameters of type DataAnalysisOperationModifier and TypeMethodDescriptionfinal PartitionData
SelectGroups.getWindowExprData
(DataAnalysisOperation expr, Value partitionKey) Get the window data for the specified expression.final void
SelectGroups.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 TypeClassDescriptionclass
A base class for aggregate functions.class
Implements the integrated aggregate functions, such as COUNT, MAX, SUM.class
This class wraps a user-defined aggregate. -
Uses of DataAnalysisOperation in org.h2.expression.analysis
Subclasses of DataAnalysisOperation in org.h2.expression.analysis