MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / getQueries

Method getQueries

src/core/TSQuery.java:369–371  ·  view source on GitHub ↗

@return the list of sub queries

()

Source from the content-addressed store, hash-verified

367
368 /** @return the list of sub queries */
369 public List<TSSubQuery> getQueries() {
370 return queries;
371 }
372
373 /** @return whether or not the requestor wants millisecond resolution */
374 public boolean getMsResolution() {

Calls

no outgoing calls