AnalysisNumericalAggregationFunction

data class AnalysisNumericalAggregationFunction(val percentileAggregation: AnalysisPercentileAggregation? = null, val simpleNumericalAggregation: AnalysisSimpleNumericalAggregationFunction? = null)

Constructors

Link copied to clipboard
constructor(percentileAggregation: AnalysisPercentileAggregation? = null, simpleNumericalAggregation: AnalysisSimpleNumericalAggregationFunction? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An aggregation based on the percentile of values in a dimension or measure.

Link copied to clipboard

Built-in aggregation functions for numerical values.