AggregateOperation - AWS Glue

AggregateOperation

Specifies the set of parameters needed to perform aggregation in the aggregate transform.

Contents

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

Type: String

Valid Values: avg | countDistinct | count | first | last | kurtosis | max | min | skewness | stddev_samp | stddev_pop | sum | sumDistinct | var_samp | var_pop

Required: Yes

Column

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

Type: Array of strings

Pattern: ([\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF]|[^\S\r\n"'])*

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: