T
- public class WindowOver<T> extends SimpleOperation<T>
mixin
Constructor and Description |
---|
WindowOver(Class<T> type,
Operator<? super T> op) |
WindowOver(Class<T> type,
Operator<? super T> op,
Expression<?> arg) |
WindowOver(Class<T> type,
Operator<? super T> op,
Expression<?> arg1,
Expression<?> arg2) |
Modifier and Type | Method and Description |
---|---|
WindowFirstLast<T> |
keepFirst() |
WindowFirstLast<T> |
keepLast() |
WindowFunction<T> |
over() |
accept, create, create, create, getArg, getArgs, getOperator
as, as, count, countDistinct, eq, eq, eqAll, eqAny, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, nullif, nullif, when, when
equals, getType, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getType
public WindowOver(Class<T> type, Operator<? super T> op, Expression<?> arg)
public WindowOver(Class<T> type, Operator<? super T> op, Expression<?> arg1, Expression<?> arg2)
public WindowFirstLast<T> keepFirst()
public WindowFirstLast<T> keepLast()
public WindowFunction<T> over()
Copyright © 2007–2014 Mysema Ltd. All rights reserved.