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

Method setShowSummary

src/core/TSQuery.java:481–483  ·  view source on GitHub ↗

@param show_summary whether or not to show the query summary

(boolean show_summary)

Source from the content-addressed store, hash-verified

479
480 /** @param show_summary whether or not to show the query summary */
481 public void setShowSummary(boolean show_summary) {
482 this.show_summary = show_summary;
483 }
484
485 /** @param delete whether or not to delete the queried data @since 2.2 */
486 public void setDelete(boolean delete) {

Callers 2

getTestQueryMethod · 0.95
parseQueryMethod · 0.95

Calls

no outgoing calls

Tested by 1

getTestQueryMethod · 0.76