T
- public class WindowOver<T> extends SimpleOperation<T>
mixin
Constructor and Description |
---|
WindowOver(java.lang.Class<T> type,
Operator<? super T> op) |
WindowOver(java.lang.Class<T> type,
Operator<? super T> op,
Expression<?> arg) |
Modifier and Type | Method and Description |
---|---|
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(java.lang.Class<T> type, Operator<? super T> op, Expression<?> arg)
public WindowFunction<T> over()
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.