query: Send a JSON query to Druid

Description Usage Arguments See Also

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

1
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


druid-io/RDruid documentation built on May 15, 2019, 2:54 p.m.