Uses of Class
org.h2.expression.analysis.PartitionData
-
Packages that use PartitionData Package Description org.h2.command.query Contains queries.org.h2.expression.analysis 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 PartitionData Modifier and Type Field Description private java.util.HashMap<DataAnalysisOperation,PartitionData>
SelectGroups. windowData
Maps an window expression object to its data.private java.util.HashMap<DataAnalysisOperation,java.util.TreeMap<Value,PartitionData>>
SelectGroups. windowPartitionData
Maps an partitioned window expression object to its data.Methods in org.h2.command.query that return PartitionData Modifier and Type Method Description 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 PartitionData Modifier and Type Method Description 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 PartitionData Modifier and Type Method Description private Value
DataAnalysisOperation. getOrderedResult(SessionLocal session, SelectGroups groupData, PartitionData partition, java.lang.Object data)
-