• Returns

    an aggregator that calculates the distinct set of input values. Accepts null input values. Aggregation result type is a Set of R.

    Type Parameters

    • R

      type of the return object.

    Parameters

    • Optional attributePath: string

      extracts values from this path if given.

    Returns Aggregator<Set<R>>

Generated using TypeDoc