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.windowDataMaps an window expression object to its data.private final HashMap<DataAnalysisOperation, TreeMap<Value, PartitionData>> SelectGroups.windowPartitionDataMaps an partitioned window expression object to its data.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