Learn R Programming

RDruid (version 0.2.3)

query: Send a JSON query to Druid

Description

Takes a JSON string and uses httr 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

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.

See Also

druid.query.timeseries