Uses of Class
org.h2.expression.analysis.PartitionData
Packages that use PartitionData
Package
Description
Contains queries.
Base classes for data analysis operations and implementations of window functions.
-
Uses of PartitionData in org.h2.command.query
Fields in org.h2.command.query with type parameters of type PartitionDataModifier 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 that return PartitionDataModifier and TypeMethodDescriptionfinal PartitionData
SelectGroups.getWindowExprData
(DataAnalysisOperation expr, Value partitionKey) Get the window data for the specified expression.Methods in org.h2.command.query with parameters of type PartitionDataModifier and TypeMethodDescriptionfinal void
SelectGroups.setWindowExprData
(DataAnalysisOperation expr, Value partitionKey, PartitionData obj) Set the window data for the specified expression. -
Uses of PartitionData in org.h2.expression.analysis
Methods in org.h2.expression.analysis with parameters of type PartitionDataModifier and TypeMethodDescriptionprivate Value
DataAnalysisOperation.getOrderedResult
(SessionLocal session, SelectGroups groupData, PartitionData partition, Object data)