| Package | Description |
|---|---|
| com.holonplatform.core.query |
| Modifier and Type | Method and Description |
|---|---|
default QueryFunction.Count |
QueryExpression.count()
Create an aggregation function expression using the
QueryFunction.Count function. |
static QueryFunction.Count |
QueryFunction.count(TypedExpression<?> argument)
Creates an aggregate function to count query results.
|
static QueryFunction.Count |
QueryFunction.Count.create(TypedExpression<?> argument)
Create a new
QueryFunction.Count function instance. |
Copyright © 2019 The Holon Platform. All rights reserved.