Apache Pinot Docs
latest
Search
K

MINMV

This section contains reference documentation for the MINMV function.
Get the minimum value in a group

Signature

MINMV(colName)

Usage Examples

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