| Class | Description |
|---|---|
| AnalyticFunction |
This class represents an analytic function in the Exasol database that supports keywords
DISTINCT and
ALL and the over clause. |
| CastExasolFunction |
This class represents the Exasol CAST function.
|
| ExasolFunction |
This class represents a function in the Exasol database.
|
| ExasolUdf |
This class represents a User Defined Function in the Exasol database.
|
| OverClause |
This represents an
OVER clause of an analytic function in Exasol. |
| WindowFrameClause |
This represents a window frame clause of an analytic function in Exasol.
|
| WindowFrameClause.WindowFrameUnitClause |
Represents a window frame unit.
|
| Enum | Description |
|---|---|
| AnalyticFunction.Keyword | |
| ExasolAggregateFunction | Deprecated
since
4.5.0, set for removal. |
| ExasolAnalyticAggregateFunctions | |
| ExasolAnalyticFunction | Deprecated
since
4.5.0, set for removal. |
| ExasolScalarFunction |
This class is a list of Scalar Functions that the Exasol database supports.
|
| WindowFrameClause.UnitType |
Represents a unit type.
|
| WindowFrameClause.WindowFrameExclusionType |
Represents the type of a window frame exclusion.
|
| WindowFrameClause.WindowFrameType |
The type of a window frame clause
|
Copyright © 2018–2021. All rights reserved.