zapr-oss / druidry

Java based Druid Query Generator library
Apache License 2.0
193 stars 86 forks source link

No Implemetation of DimensionSpec class #143

Closed abhisranjan closed 4 years ago

abhisranjan commented 4 years ago

A not abstract class which extends DimensionSpec is required to use this feature. Currently the client has to create a new class to make an object

abhi-zapr commented 4 years ago

Hey @abhisranjan I believe you are referring to https://druid.apache.org/docs/latest/querying/dimensionspecs.html druid doc for dimension spec. Implementation of most (if not all) are already available in library. You can checkout under package in.zapr.druid.druidry.dimension and in.zapr.druid.druidry.extractionFunctions.

Does this resolve your issue ?