AggregationExpression
interface 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
data class Binary(val operator: AggregationExpressionOperator, val left: AggregationExpression, val right: AggregationExpression) : AggregationExpression
Link copied to clipboard
Link copied to clipboard