public class SumOver<A extends java.lang.Number & java.lang.Comparable<? super A>> extends MutableExpressionBase<A>
SumOver doesn't provide the full interface for number expressions. To get an immutable copy with the full expressiveness of Number expressions, call getValue().
| Constructor and Description |
|---|
SumOver(Expression<A> expr) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(Visitor<R,C> v,
C context)
Accept the visitor with the given context
|
boolean |
equals(java.lang.Object o) |
NumberExpression<A> |
getValue() |
SumOver<A> |
orderBy(Expression<?>... orderBy) |
SumOver<A> |
partition(Expression<?> partitionBy) |
getType, hashCode, toStringpublic SumOver(Expression<A> expr)
public NumberExpression<A> getValue()
public <R,C> R accept(Visitor<R,C> v, C context)
ExpressionR - return typeC - context typev - visitorcontext - context of visitpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic SumOver<A> orderBy(Expression<?>... orderBy)
public SumOver<A> partition(Expression<?> partitionBy)
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.