AggPercentileRanks

August 26, 2026 ยท View on GitHub

Object to use percentile ranks in aggregation. For more information see Grouping

Properties

NameTypeDescriptionNotes
fieldStringNumeric field to calculate percentile ranks for
valuesList<BigDecimal>Input values to rank
keyedBooleanReturn an object keyed by input value when true, or an array when false. Default is false.[optional]
tdigestAggTDigest[optional]