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

Method isPreAggregate

src/core/TSSubQuery.java:487–489  ·  view source on GitHub ↗

Search the query on pre-aggregated table directly instead of post fetch aggregation. @return Whether or not to fetch data on pre-aggregates @since 2.4

()

Source from the content-addressed store, hash-verified

485 * @since 2.4
486 */
487 public boolean isPreAggregate() {
488 return pre_aggregate;
489 }
490
491 /** Search the query on pre-aggregated table directly instead of post fetch
492 * aggregation.

Callers 1

configureFromQueryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected