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

Method isRollupQuery

src/core/TsdbQuery.java:814–817  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

812 }
813
814 @Override
815 public boolean isRollupQuery() {
816 return RollupQuery.isValidQuery(rollup_query);
817 }
818
819 /**
820 * Returns whether this query needs to be split. It does if

Callers 1

needsSplittingMethod · 0.95

Calls 1

isValidQueryMethod · 0.95

Tested by

no test coverage detected