AckdbAggregatableFieldInfo
A promoted event field the event-aggregate composer (#413) may reference. `numeric` fields are eligible for sum/avg/min/max; every field is usable for count + where conditions.
Properties
fieldstringrequiredlabelstringrequiredvalueTypestringrequired"string""number""boolean""date""string_array"numericbooleanrequiredExample
AckdbAggregatableFieldInfo example
{
"field": "amount_paid_cents",
"label": "Amount paid",
"valueType": "string",
"numeric": true
}