public interface AggregationProvider
AggregationRegistry
.
Providers must themselves be registered
by creating a file META-INF/services/com.pervasive.datarush.function.AggregationProvider
that contains an implementation class. Implementations should
extend SimpleAggregationProvider
rather than implementing this
interface directly.Modifier and Type | Method and Description |
---|---|
List<Class<?>> |
registeredClasses()
Returns a list of classes registered with this provider
|
Copyright © 2016 Actian Corporation. All rights reserved.