Uses of Class
org.h2.expression.analysis.PartitionData
Packages that use PartitionData
-
Uses of PartitionData in org.h2.command.query
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.