Aggregating data

Hello-

If I store an array of ints/float, is there any way to get a sum of these at request time?

Hi @mikerobe,

You can use unnest the array and then run an aggregation on the unnested data.

Let me know if you have questions about how to use unnest!

-n