Interface AggFunction.Builder

    • Method Detail

      • aggregation

        AggFunction.Builder aggregation​(String aggregation)

        The aggregation of an Agg function.

        Parameters:
        aggregation - The aggregation of an Agg function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AggType, AggType
      • aggregation

        AggFunction.Builder aggregation​(AggType aggregation)

        The aggregation of an Agg function.

        Parameters:
        aggregation - The aggregation of an Agg function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AggType, AggType
      • aggregationFunctionParameters

        AggFunction.Builder aggregationFunctionParameters​(Map<String,​String> aggregationFunctionParameters)

        The aggregation parameters for an Agg function.

        Parameters:
        aggregationFunctionParameters - The aggregation parameters for an Agg function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • periodField

        AggFunction.Builder periodField​(String periodField)

        The period field for an Agg function.

        Parameters:
        periodField - The period field for an Agg function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.