Is there a way to query the result of the startree...
# general
a
Is there a way to query the result of the startree-index for time periods? I guess this type of query is probably executed by ThirdEye?
m
Yes, you can query Pinot for time periods using any index not just star tree.
a
where can I find info on how to construct such a pinot-SQL query?
m
It would be like sql (where timeCol > x and timeCol < y), or using between as you would in sql
You can also refer to docs.pinot.apache.org