Apache Pinot Docs
latest
Search
⌃K

count

This section contains reference documentation for the count function.
Get the count of rows in a group

Signature

COUNT(colName)

Usage Examples

These examples are based on the Batch Quick Start.
select count(*) AS value
from baseballStats
value
97889
Last modified 1yr ago