public interface AggregateFunctionManager
| Modifier and Type | Method and Description |
|---|---|
Collection<AggregateFunction> |
getAllFunctions()
Get all the aggregate functions registered.
|
AggregateFunction |
getFunctionByType(AggregateFunctionType type)
Get an aggregate function by its type.
|
void |
registerFunction(AggregateFunction function)
Register an aggregate function.
|
Collection<AggregateFunction> getAllFunctions()
AggregateFunction getFunctionByType(AggregateFunctionType type)
void registerFunction(AggregateFunction function)
Copyright © 2017–2021 JBoss by Red Hat. All rights reserved.