N
- Numeric expression typepublic interface NumericQueryExpression<N extends Number> extends QueryExpression<N>
QueryExpression
of Number
type.Expression.ExpressionResolverFunction<E extends Expression,R extends Expression>, Expression.InvalidExpressionException
Modifier and Type | Method and Description |
---|---|
default QueryFunction.Avg |
avg()
Creates an aggregation function which returns the average value of expression.
|
default QueryFunction.Sum<N> |
sum()
Creates an aggregation function which returns the sum of the expression values.
|
between, count, eq, eq, goe, goe, gt, gt, in, in, in, isNotNull, isNull, loe, loe, lt, lt, max, min, neq, neq, nin, nin, nin
getTemporalType, getType, isCollectionExpression, isConverterExpression
validate
default QueryFunction.Avg avg()
The returned function is a QueryFunction.PropertyQueryFunction
, to allow inclusion in property sets and handling within
a PropertyBox
.
QueryFunction.Avg
aggregation function expressiondefault QueryFunction.Sum<N> sum()
The returned function is a QueryFunction.PropertyQueryFunction
, to allow inclusion in property sets and handling within
a PropertyBox
.
QueryFunction.Sum
aggregation function expressionCopyright © 2019 The Holon Platform. All rights reserved.