public final class MinFunctionFactory extends ExpressionFactory
MinFunctionFactory creates a new MinFunction when the portion of the query
to parse starts with MIN.MinFunction| Modifier and Type | Field and Description |
|---|---|
static String |
ID
The unique identifier of this
MinFunctionFactory. |
| Constructor and Description |
|---|
MinFunctionFactory()
Creates a new
MinFunctionFactory. |
compareTo, equals, getExpressionRegistry, getId, hashCode, identifiers, toStringpublic static final String ID
MinFunctionFactory.