Interface AggFunction.Builder

  • Method Details

    • 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:
    • 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:
    • 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.
    • period

      AggFunction.Builder period(String period)

      The period of an Agg function.

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

      The period of an Agg function.

      Parameters:
      period - The period of an Agg function.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.