Uses of Class
com.exasol.sql.expression.function.exasol.OverClause
-
Packages that use OverClause Package Description com.exasol.sql.expression.function.exasol -
-
Uses of OverClause in com.exasol.sql.expression.function.exasol
Methods in com.exasol.sql.expression.function.exasol that return OverClause Modifier and Type Method Description OverClauseAnalyticFunction. getOverClause()Get the "over clause" appended to the function call, may benull.static OverClauseOverClause. of(String windowName)Create a newOverClausewith the given window name.OverClauseOverClause. orderBy(OrderByClause orderByClause)Set theOrderByClausefor thisOverClause.OverClauseOverClause. partitionBy(ValueExpression... columns)Set the columns for thePARTITION BYclause of thisOverClause.OverClauseOverClause. windowFrame(UnaryOperator<WindowFrameClause> configurator)Set and configure theWindowFrameClausefor thisOverClause.OverClauseOverClause. windowName(String windowName)Set the window name for thisOverClause.Methods in com.exasol.sql.expression.function.exasol with parameters of type OverClause Modifier and Type Method Description AnalyticFunctionAnalyticFunction. over(OverClause overClause)Add the given over clause to the function call.Method parameters in com.exasol.sql.expression.function.exasol with type arguments of type OverClause Modifier and Type Method Description AnalyticFunctionAnalyticFunction. over(UnaryOperator<OverClause> configurator)Add anOVERclause to the function call.
-