Module datarush.library
Package com.pervasive.datarush.aggregations
-
Interface Summary Interface Description AggregationProvider A provider of registered classes for theAggregationRegistry
. -
Class Summary Class Description AggregationRegistry Stores a list of aggregations registered by the AggregationProvider, and provides a method for calling those aggregations.CoreAggregationProvider Registers core classes containing Aggregation methods.SimpleAggregationProvider Convenient base class for implementations ofAggregationProvider
.