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