| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.QuickSight.Types.NumericalAggregationFunction
Description
Synopsis
- data NumericalAggregationFunction = NumericalAggregationFunction' {}
- newNumericalAggregationFunction :: NumericalAggregationFunction
- numericalAggregationFunction_percentileAggregation :: Lens' NumericalAggregationFunction (Maybe PercentileAggregation)
- numericalAggregationFunction_simpleNumericalAggregation :: Lens' NumericalAggregationFunction (Maybe SimpleNumericalAggregationFunction)
Documentation
data NumericalAggregationFunction Source #
Aggregation for numerical values.
See: newNumericalAggregationFunction smart constructor.
Constructors
| NumericalAggregationFunction' | |
Fields
| |
Instances
newNumericalAggregationFunction :: NumericalAggregationFunction Source #
Create a value of NumericalAggregationFunction with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:percentileAggregation:NumericalAggregationFunction', numericalAggregationFunction_percentileAggregation - An aggregation based on the percentile of values in a dimension or
measure.
$sel:simpleNumericalAggregation:NumericalAggregationFunction', numericalAggregationFunction_simpleNumericalAggregation - Built-in aggregation functions for numerical values.
SUM: The sum of a dimension or measure.AVERAGE: The average of a dimension or measure.MIN: The minimum value of a dimension or measure.MAX: The maximum value of a dimension or measure.COUNT: The count of a dimension or measure.DISTINCT_COUNT: The count of distinct values in a dimension or measure.VAR: The variance of a dimension or measure.VARP: The partitioned variance of a dimension or measure.STDEV: The standard deviation of a dimension or measure.STDEVP: The partitioned standard deviation of a dimension or measure.MEDIAN: The median value of a dimension or measure.
numericalAggregationFunction_percentileAggregation :: Lens' NumericalAggregationFunction (Maybe PercentileAggregation) Source #
An aggregation based on the percentile of values in a dimension or measure.
numericalAggregationFunction_simpleNumericalAggregation :: Lens' NumericalAggregationFunction (Maybe SimpleNumericalAggregationFunction) Source #
Built-in aggregation functions for numerical values.
SUM: The sum of a dimension or measure.AVERAGE: The average of a dimension or measure.MIN: The minimum value of a dimension or measure.MAX: The maximum value of a dimension or measure.COUNT: The count of a dimension or measure.DISTINCT_COUNT: The count of distinct values in a dimension or measure.VAR: The variance of a dimension or measure.VARP: The partitioned variance of a dimension or measure.STDEV: The standard deviation of a dimension or measure.STDEVP: The partitioned standard deviation of a dimension or measure.MEDIAN: The median value of a dimension or measure.