AggPercentiles

July 15, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
fieldStringNumeric field to calculate percentiles for
valuesOption<Vec>Percentile points to compute (0-100). Defaults to 1, 5, 25, 50, 75, 95, and 99 when omitted.[optional]
keyedOption<bool>Return an object keyed by percentile when true, or an array when false. Default is false.[optional]
tdigestOption<models::AggTDigest>[optional]

[Back to Model list] [Back to API list] [Back to README]