DateRangeAgg
data class DateRangeAgg<T>(val value: AggValue<T>, val ranges: List<AggRange<T>>, val format: String? = null, val missing: T? = null, val params: Params = Params(), val aggs: Map<String, Aggregation<*>> = emptyMap()) : BaseRangeAgg<T, DateRangeAggResult<T>, DateRangeBucket<T>>
Constructors
Link copied to clipboard
fun <T> DateRangeAgg(field: FieldOperations<T>, ranges: List<AggRange<T>>, format: String? = null, missing: T? = null, params: Params = Params(), aggs: Map<String, Aggregation<*>> = emptyMap())
Link copied to clipboard
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Processes corresponding aggregation response.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard