NumericValueAgg

abstract class NumericValueAgg<T, R : AggregationResult> : MetricAggregation<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
abstract 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

missing
Link copied to clipboard
abstract val missing: T?
name
Link copied to clipboard
abstract val name: String
value
Link copied to clipboard
abstract val value: AggValue<T>

Inheritors

SingleDoubleValueAgg
Link copied to clipboard
SingleLongValueAgg
Link copied to clipboard
StatsAgg
Link copied to clipboard
ExtendedStatsAgg
Link copied to clipboard