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.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 that return PartitionDataModifier and TypeMethodDescriptionfinal PartitionDataSelectGroups.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 voidSelectGroups.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 ValueDataAnalysisOperation.getOrderedResult(SessionLocal session, SelectGroups groupData, PartitionData partition, Object data)