| 程序包 | 说明 |
|---|---|
| org.h2.command.query |
Contains queries.
|
| org.h2.expression.aggregate |
Aggregate functions.
|
| org.h2.expression.analysis |
Base classes for data analysis operations and implementations of window functions.
|
| 限定符和类型 | 方法和说明 |
|---|---|
PartitionData |
SelectGroups.getWindowExprData(DataAnalysisOperation expr,
Value partitionKey)
Get the window data for the specified expression.
|
PartitionData |
SelectGroups.getWindowExprData(DataAnalysisOperation expr,
Value partitionKey)
Get the window data for the specified expression.
|
void |
SelectGroups.setWindowExprData(DataAnalysisOperation expr,
Value partitionKey,
PartitionData obj)
Set the window data for the specified expression.
|
void |
SelectGroups.setWindowExprData(DataAnalysisOperation expr,
Value partitionKey,
PartitionData obj)
Set the window data for the specified expression.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractAggregate
A base class for aggregate functions.
|
class |
Aggregate
Implements the integrated aggregate functions, such as COUNT, MAX, SUM.
|
class |
JavaAggregate
This class wraps a user-defined aggregate.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
WindowFunction
A window function.
|
Copyright © 2022. All rights reserved.