Interface AttributeAggregationFunction.Builder

    • Method Detail

      • simpleAttributeAggregation

        AttributeAggregationFunction.Builder simpleAttributeAggregation​(String simpleAttributeAggregation)

        The built-in aggregation functions for attributes.

        • UNIQUE_VALUE: Returns the unique value for a field, aggregated by the dimension fields.

        Parameters:
        simpleAttributeAggregation - The built-in aggregation functions for attributes.

        • UNIQUE_VALUE: Returns the unique value for a field, aggregated by the dimension fields.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SimpleAttributeAggregationFunction, SimpleAttributeAggregationFunction
      • valueForMultipleValues

        AttributeAggregationFunction.Builder valueForMultipleValues​(String valueForMultipleValues)

        Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.

        Parameters:
        valueForMultipleValues - Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.
        Returns:
        Returns a reference to this object so that method calls can be chained together.