| Package | Description |
|---|---|
| com.holonplatform.core.query |
| Modifier and Type | Method and Description |
|---|---|
default QueryFunction.Avg |
NumericQueryExpression.avg()
Creates an aggregation function which returns the average value of expression.
|
static QueryFunction.Avg |
QueryFunction.avg(TypedExpression<? extends Number> argument)
Creates an aggregate function to calculate the average value of a numeric query result.
|
static QueryFunction.Avg |
QueryFunction.Avg.create(TypedExpression<? extends Number> argument)
Create a new
QueryFunction.Avg function instance. |
Copyright © 2019 The Holon Platform. All rights reserved.