public abstract class SqlAggregateFunction extends SqlFunction
| Constructor and Description |
|---|
SqlAggregateFunction(String functionName) |
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(Object... arguments) |
protected abstract Object |
evaluateValues(List<Object> values) |
getFunctionNameCopyright © 2016–2025. All rights reserved.