| Package | Description |
|---|---|
| com.holonplatform.core.query |
| Modifier and Type | Method and Description |
|---|---|
static <T> QueryFunction.Max<T> |
QueryFunction.Max.create(TypedExpression<T> argument)
Create a new
QueryFunction.Max function instance. |
default QueryFunction.Max<T> |
QueryExpression.max()
Create an aggregation function expression using the
QueryFunction.Max function. |
static <T> QueryFunction.Max<T> |
QueryFunction.max(TypedExpression<T> argument)
Creates an aggregate function to get the largest value of a query result.
|
Copyright © 2019 The Holon Platform. All rights reserved.