Join Slack
Powered by
Is there a way to query the result of the startree...
# general
a
Alon Burg
06/09/2021, 11:00 AM
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
Mayank
06/09/2021, 12:51 PM
Yes, you can query Pinot for time periods using any index not just star tree.
a
Alon Burg
06/09/2021, 12:52 PM
where can I find info on how to construct such a pinot-SQL query?
m
Mayank
06/09/2021, 1:22 PM
It would be like sql (where timeCol > x and timeCol < y), or using between as you would in sql
Mayank
06/09/2021, 1:22 PM
You can also refer to
docs.pinot.apache.org
Open in Slack
Previous
Next