BaseRangeAgg

abstract class BaseRangeAgg<T, R : AggregationResult, B> : BucketAggregation<R>

Functions

accept
Link copied to clipboard
open override fun accept(ctx: <ERROR CLASS>, compiler: SearchQueryCompiler)
children
Link copied to clipboard
open fun children(): Iterator<Expression<*>>?
clone
Link copied to clipboard
abstract fun clone(): Expression<<ERROR CLASS>>
processResult
Link copied to clipboard
open override fun processResult(obj: <ERROR CLASS>): R
Processes corresponding aggregation response.
reduce
Link copied to clipboard
open fun reduce(): Expression<<ERROR CLASS>>?
visit
Link copied to clipboard
open override fun visit(ctx: <ERROR CLASS>, compiler: SearchQueryCompiler)

Properties

aggs
Link copied to clipboard
abstract val aggs: Map<String, Aggregation<*>>
format
Link copied to clipboard
abstract val format: String?
missing
Link copied to clipboard
abstract val missing: T?
name
Link copied to clipboard
abstract val name: String
params
Link copied to clipboard
abstract val params: Params
ranges
Link copied to clipboard
abstract val ranges: List<AggRange<T>>
value
Link copied to clipboard
abstract val value: AggValue<T>

Inheritors

RangeAgg
Link copied to clipboard
DateRangeAgg
Link copied to clipboard