Skip to content

Latest commit

 

History

History
executable file
·
16 lines (9 loc) · 679 Bytes

File metadata and controls

executable file
·
16 lines (9 loc) · 679 Bytes

AggPercentileRanks

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

Properties

Name Type Description Notes
field String Numeric field to calculate percentile ranks for
values List<BigDecimal> Input values to rank
keyed Boolean Return an object keyed by input value when true, or an array when false. Default is false. [optional]
tdigest AggTDigest [optional]