druid-io / pydruid

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

aggregators: add support for stringFirst and stringLast aggregators #206

Closed nivye closed 4 years ago

nivye commented 4 years ago

This PR adds support for two string aggregators: stringFirst and stringLast and the corresponding tests for these two new functions. The big diff in the tests is mostly due to black.