Aggregation

Base aggregation expression.

Parameters

R

an aggregation result type for this aggregation

Inheritors

Properties

Link copied to clipboard
abstract val name: String

Functions

Link copied to clipboard
open override fun accept(ctx: Serializer.ObjectCtx, compiler: BaseSearchQueryCompiler)
Link copied to clipboard
open fun children(): Iterator<Expression<*>>?
Link copied to clipboard
Link copied to clipboard

abstract fun processResult(obj: Deserializer.ObjectCtx, docSourceFactory: (Deserializer.ObjectCtx) -> BaseDocSource): R

Processes corresponding aggregation response.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun visit(ctx: Serializer.ObjectCtx, compiler: BaseSearchQueryCompiler)