| Package | Description |
|---|---|
| com.exasol.sql.expression.function.exasol |
| Modifier and Type | Method and Description |
|---|---|
OverClause |
AnalyticFunction.getOverClause()
Get the "over clause" appended to the function call, may be
null. |
static OverClause |
OverClause.of(String windowName)
Create a new
OverClause with the given window name. |
OverClause |
OverClause.orderBy(OrderByClause orderByClause)
Set the
OrderByClause for this OverClause. |
OverClause |
OverClause.partitionBy(ValueExpression... columns)
Set the columns for the
PARTITION BY clause of this OverClause. |
OverClause |
OverClause.windowFrame(UnaryOperator<WindowFrameClause> configurator)
Set and configure the
WindowFrameClause for this OverClause. |
OverClause |
OverClause.windowName(String windowName)
Set the window name for this
OverClause. |
| Modifier and Type | Method and Description |
|---|---|
AnalyticFunction |
AnalyticFunction.over(OverClause overClause)
Add the given over clause to the function call.
|
| Modifier and Type | Method and Description |
|---|---|
AnalyticFunction |
AnalyticFunction.over(UnaryOperator<OverClause> configurator)
Add an
OVER clause to the function call. |
Copyright © 2018–2021. All rights reserved.