| Package | Description |
|---|---|
| com.holonplatform.core.query |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number> |
QueryFunction.Sum.create(TypedExpression<T> argument)
Create a new
QueryFunction.Sum function instance. |
default QueryFunction.Sum<N> |
NumericQueryExpression.sum()
Creates an aggregation function which returns the sum of the expression values.
|
static <T extends Number> |
QueryFunction.sum(TypedExpression<T> argument)
Creates an aggregate function to sum numeric query results.
|
Copyright © 2019 The Holon Platform. All rights reserved.