public class SumOver<A extends Number & 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(Object o) |
NumberExpression<A> |
getValue() |
SumOver<A> |
orderBy(Expression<?>... orderBy) |
SumOver<A> |
partition(Expression<?> partitionBy) |
getType, hashCode, toString
public SumOver(Expression<A> expr)
public NumberExpression<A> getValue()
public <R,C> R accept(Visitor<R,C> v, C context)
Expression
R
- return typeC
- context typev
- visitorcontext
- context of visitpublic SumOver<A> orderBy(Expression<?>... orderBy)
public SumOver<A> partition(Expression<?> partitionBy)
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.