T - Function result typepublic interface QueryFunction<T> extends Expression
Query definition.| Modifier and Type | Interface and Description |
|---|---|
static interface |
QueryFunction.Avg
A function which represents the average value of a query result.
|
static interface |
QueryFunction.Count
A function which represents the count of a query result values.
|
static interface |
QueryFunction.Max<T>
A function which represents the largest value of a query result.
|
static interface |
QueryFunction.Min<T>
A function which represents the smallest value of a query result.
|
static interface |
QueryFunction.Sum<T>
A function which represents the sum of a query result values.
|
Expression.ExpressionResolverFunction<E extends Expression,R extends Expression>, Expression.InvalidExpressionException| Modifier and Type | Method and Description |
|---|---|
Class<? extends T> |
getResultType()
Get the function result type.
|
validateCopyright © 2017 The Holon Platform. All rights reserved.