druid.query.timeBoundary(url = druid.url(), dataSource, intervals = NA, verbose = F, ...)
a vector of POSIXct date-time objects
Query a datasource to get the earliest and latest timestamp available
## Not run: # # # query min and max time# t <- druid.query.timeBoundary(# druid.url(host = "xx.xx.xx.xx"),# dataSource = "mydata",# )# t["minTime"]# t["maxTime"]# # ## End(Not run)
Interval-class