COLLECT
This page describe the COLLECT function in Lenses SQL.
COLLECT(expr, maxN)Processor (stateless)
Processors (stateful)
SQL Studio
USE `kafka`;
SELECT COLLECT(total, 5)
FROM orders-events{
"value": {
"COLLECT": [
43.63,
16.93,
80.47,
56.86,
29.12
]
}
}Last updated
Was this helpful?

