Apache Pinot Docs
latest
Ask or search…
K
Comment on page

summv

This section contains reference documentation for the SUMMV function.
Get the sum of values in a group

Signature

SUMMV(colName)

Usage Examples

These examples are based on the Hybrid Quick Start.
select SUMMV(DivLongestGTimes) AS value
from airlineStats
where arraylength(DivLongestGTimes) > 1
value
2696
Last modified 1yr ago