Package com.pervasive.datarush.operators.group


package com.pervasive.datarush.operators.group

Provides data aggregation components.

  • Class
    Description
    A representation of an aggregation on a specific field in a record.
    Interface to be implemented by implementations of aggregations; consumers of the API should generally not need to implement this interface.
    Class responsible for creating aggregators.
    Performs grouping (aggregation) of sorted input data.
    Thrown to indicate that an aggregator was constructed with an invalid number of arguments.
    Storage class by which a custom aggregator can load its internals.
    Removes duplicate rows based on a specified set of group keys.
    Common base class for all processes that need to detect group boundaries
    Storage class by which a custom aggregator can storage its internals.