GlobalAgg

data class GlobalAgg(aggs: Map<String, Aggregation<*>>) : SingleBucketAggregation

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
open override fun clone(): GlobalAgg
processResult
Link copied to clipboard
open override fun processResult(obj: <ERROR CLASS>): SingleBucketAggResult
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
open override val aggs: Map<String, Aggregation<*>>
name
Link copied to clipboard
open override val name: String