druid-io / pydruid

A Python connector for Druid
Other
506 stars 194 forks source link

support order in query component (scan) #183

Closed hieunguyen1809 closed 4 years ago

hieunguyen1809 commented 4 years ago

http://druid.apache.org/docs/latest/querying/scan-query.html

After reading doc, I found that scan query support ordering by __time but the current version does not support it yet.