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

Method isRollupQuery

src/core/SplitRollupQuery.java:403–406  ·  view source on GitHub ↗

Check this is a rollup query or not @return Whether or not this is a rollup query @since 2.4

()

Source from the content-addressed store, hash-verified

401 * @since 2.4
402 */
403 @Override
404 public boolean isRollupQuery() {
405 return rollupQuery != null && RollupQuery.isValidQuery(rollupQuery.getRollupQuery());
406 }
407
408 /**
409 * @since 2.4

Callers

nothing calls this directly

Calls 2

isValidQueryMethod · 0.95
getRollupQueryMethod · 0.80

Tested by

no test coverage detected