druid/processing
Gian Merlino 713062053c Filters: Add filter.toFilter method, use that instead of the instanceof chain in Filters.
I believe that the instanceof chain in Filters exists because in the past, Filter
and DimFilter were in different packages (DimFilter was in druid-client and Filter
was in druid-processing). And since druid-client didn't depend on druid-processing,
DimFilter couldn't have a toFilter method. But now it can.
2016-03-23 17:03:49 -07:00
..
src Filters: Add filter.toFilter method, use that instead of the instanceof chain in Filters. 2016-03-23 17:03:49 -07:00
pom.xml Update version to 0.9.1-SNAPSHOT. 2016-03-17 10:34:20 -07:00