Range index
This page describes configuring the range index for Apache Pinot
SELECT COUNT(*)
FROM baseballStats
WHERE hits > 11{
"tableIndexConfig": {
"rangeIndexColumns": [
"column_name",
...
],
...
}
}Was this helpful?

