Object to use percentile ranks in aggregation. For more information see Grouping
| 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] |