Interface AggregateOperation.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AggregateOperation.Builder,AggregateOperation>, SdkBuilder<AggregateOperation.Builder,AggregateOperation>, SdkPojo
Enclosing class:
AggregateOperation

public static interface AggregateOperation.Builder extends SdkPojo, CopyableBuilder<AggregateOperation.Builder,AggregateOperation>
  • Method Details

    • column

      Specifies the column on the data set on which the aggregation function will be applied.

      Parameters:
      column - Specifies the column on the data set on which the aggregation function will be applied.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • column

      Specifies the column on the data set on which the aggregation function will be applied.

      Parameters:
      column - Specifies the column on the data set on which the aggregation function will be applied.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • aggFunc

      Specifies the aggregation function to apply.

      Possible aggregation functions include: avg countDistinct, count, first, last, kurtosis, max, min, skewness, stddev_samp, stddev_pop, sum, sumDistinct, var_samp, var_pop

      Parameters:
      aggFunc - Specifies the aggregation function to apply.

      Possible aggregation functions include: avg countDistinct, count, first, last, kurtosis, max, min, skewness, stddev_samp, stddev_pop, sum, sumDistinct, var_samp, var_pop

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

      Specifies the aggregation function to apply.

      Possible aggregation functions include: avg countDistinct, count, first, last, kurtosis, max, min, skewness, stddev_samp, stddev_pop, sum, sumDistinct, var_samp, var_pop

      Parameters:
      aggFunc - Specifies the aggregation function to apply.

      Possible aggregation functions include: avg countDistinct, count, first, last, kurtosis, max, min, skewness, stddev_samp, stddev_pop, sum, sumDistinct, var_samp, var_pop

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