aggregators Package
Contains functionality for defining how joined data is aggregated.
Aggregators define operations that can be performed on the result of joining data from two datasets. For example, when you use one of the classes in enrichers, you can specify an aggregator as part of the operation. If no aggregation is needed, use AggregatorAll.
Modules
aggregator |
Defines the base class for all aggregators. |
aggregator_all |
Contains the the aggregator for including all columns, that is, when no aggregation is performed. |
aggregator_avg |
Contains the aggregator average class. |
aggregator_max |
Contains the aggregator max class. |
aggregator_min |
Contains the aggregator min class. |
aggregator_top |
Contains the aggregator top class. |