Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
needsSplitting
Method · 0.95
Calls
1
isValidQuery
Method · 0.95
Tested by
no test coverage detected