We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
KeyedPercentiles
long
double
1 parent 97f41d4 commit 15f818fCopy full SHA for 15f818f
specification/_types/aggregations/Aggregate.ts
@@ -157,7 +157,7 @@ type Percentiles = KeyedPercentiles | Array<ArrayPercentilesItem>
157
// <key_name>_as_string? string - present if a format was provided
158
//
159
// Note: defined as type alias and not inline, as some clients may want to implement it in a more usable way.
160
-type KeyedPercentiles = Dictionary<string, string | long | null>
+type KeyedPercentiles = Dictionary<string, string | double | null>
161
162
export class ArrayPercentilesItem {
163
key: string
0 commit comments