AggregationExpression

One numeric contribution per current root or expanded record, for data conforming to its numeric schema. FIELD selects the sole non-null numeric value; missing, empty and multi-valued fields do not contribute. Repeated numeric values remain separate values. BINARY computes finite doubles; it does not pair arrays or preserve arbitrary native numeric precision.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
data class Constant(val value: Double) : AggregationExpression
Link copied to clipboard
data class Field(val field: QueryField) : AggregationExpression