public class MinAggregateFunction extends DefaultAggregateFunction<Object>
AVG, COUNT, MAX, MIN, SUM, TO_BOOLEAN, TO_DATE, TO_NUMBER, TO_STRING| Constructor and Description |
|---|
MinAggregateFunction() |
| Modifier and Type | Method and Description |
|---|---|
AggregateBuilder<Object> |
createAggregateBuilder()
Creates a specific aggregate builder.
|
String |
getFunctionName() |
evaluate, getExpectedColumnType, toStringpublic String getFunctionName()
public AggregateBuilder<Object> createAggregateBuilder()
AggregateFunctionCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.