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

max

This section contains reference documentation for the max function.
Get the maximum value in a group

Signature

MAX(colName)

Usage Examples

These examples are based on the Batch Quick Start.
select max(homeRuns) AS value
from baseballStats
value
73
Last modified 2mo ago