expectedCounts.compute(keyForBucket,(key,oldValue) -> (oldValue == null ? 0 : oldValue) + docCount); | expectedCounts.compute(key,(k,oldValue) -> (oldValue == null ? 0 : oldValue) + docCount); | expectedCounts.compute(keyForBucket,(key,oldValue) -> (oldValue == null ? 0 : oldValue) + docCount) | expectedCounts.compute(keyForBucket,(k,oldValue) -> (oldValue == null ? 0 : oldValue) + docCount) | elasticsearch | 4ce95e4ef843326d7395d0edf9c06821f813fc75 | org.elasticsearch.search.aggregations.bucket.histogram.InternalAutoDateHistogramTests | | _1 | expectedCounts |
---|
_2 | expectedCounts |
---|
| TCIVar | expectedCounts |
---|
v1 | null |
---|
v2 | oldValue |
---|
v3 | keyForBucket |
---|
| | TCIVar | expectedCounts |
---|
v1 | null |
---|
v2 | oldValue |
---|
v3 | keyForBucket |
---|
| Uses | False |