| 程序包 | 说明 |
|---|---|
| org.h2.command.query |
Contains queries.
|
| org.h2.expression.analysis |
Base classes for data analysis operations and implementations of window functions.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Window |
Select.getWindow(String name)
Returns a window with specified name, or null.
|
Window |
Select.getWindow(String name)
Returns a window with specified name, or null.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
Select.addWindow(String name,
Window window)
Adds a named window definition.
|
boolean |
Select.addWindow(String name,
Window window)
Adds a named window definition.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected Window |
DataAnalysisOperation.over
OVER clause
|
protected Window |
DataAnalysisOperation.over
OVER clause
|
| 限定符和类型 | 方法和说明 |
|---|---|
Window |
DataAnalysisOperation.getOverCondition()
Returns the OVER condition.
|
Window |
DataAnalysisOperation.getOverCondition()
Returns the OVER condition.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static int |
WindowFrame.getEndIndex(Window over,
SessionLocal session,
ArrayList<Value[]> orderedRows,
SortOrder sortOrder,
int currentRow)
Returns end index for the specified frame, or default end index if frame
is null.
|
static int |
WindowFrame.getEndIndex(Window over,
SessionLocal session,
ArrayList<Value[]> orderedRows,
SortOrder sortOrder,
int currentRow)
Returns end index for the specified frame, or default end index if frame
is null.
|
static Iterator<Value[]> |
WindowFrame.iterator(Window over,
SessionLocal session,
ArrayList<Value[]> orderedRows,
SortOrder sortOrder,
int currentRow,
boolean reverse)
Returns iterator for the specified frame, or default iterator if frame is
null.
|
static Iterator<Value[]> |
WindowFrame.iterator(Window over,
SessionLocal session,
ArrayList<Value[]> orderedRows,
SortOrder sortOrder,
int currentRow,
boolean reverse)
Returns iterator for the specified frame, or default iterator if frame is
null.
|
void |
DataAnalysisOperation.setOverCondition(Window over)
Sets the OVER condition.
|
void |
DataAnalysisOperation.setOverCondition(Window over)
Sets the OVER condition.
|
Copyright © 2022. All rights reserved.