Send a JSON query to Druid

Usage

query(jsonstr, url, verbose = F, benchmark = F, ...)

Arguments

jsonstr
JSON string containing details of the query.
url
the endpoint for where this query should be sent. Use druid.url() to construct the URL.

Description

Takes a JSON string and uses RCurl to send a query to the endpoint specified by url. Typically this function is not called on its own, instead the end user should use the query family of functions