ing-bank / scruid

Scala + Druid: Scruid. A library that allows you to compose queries in Scala, and parse the result back into typesafe classes.
Apache License 2.0
115 stars 29 forks source link

Query context support #65

Closed anskarl closed 5 years ago

anskarl commented 5 years ago

Adds support for passing query context parameters to Druid (see https://druid.apache.org/docs/latest/querying/query-context.html). The query context is used for setting various query configuration parameters and is being represented by a Map[String, String] (parameter name and value).