A
- expression typepublic class WindowRows<A>
extends java.lang.Object
WindowRows
provides the building of the rows/range part of the window function expressionModifier and Type | Class and Description |
---|---|
class |
WindowRows.Between
Intermediate step
|
class |
WindowRows.BetweenAnd
Intermediate step
|
Constructor and Description |
---|
WindowRows(WindowFunction<A> windowFunction,
java.lang.String prefix,
int offset) |
Modifier and Type | Method and Description |
---|---|
WindowRows.Between |
between() |
WindowFunction<A> |
currentRow() |
WindowFunction<A> |
preceding(Expression<java.lang.Integer> expr) |
WindowFunction<A> |
preceding(int i) |
WindowFunction<A> |
unboundedPreceding() |
public WindowRows(WindowFunction<A> windowFunction, java.lang.String prefix, int offset)
public WindowRows.Between between()
public WindowFunction<A> unboundedPreceding()
public WindowFunction<A> currentRow()
public WindowFunction<A> preceding(Expression<java.lang.Integer> expr)
public WindowFunction<A> preceding(int i)
Copyright © 2007–2021 Querydsl. All rights reserved.