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

Method setPreAggregate

src/core/TSSubQuery.java:496–498  ·  view source on GitHub ↗

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

(boolean pre_aggregate)

Source from the content-addressed store, hash-verified

494 * @since 2.4
495 */
496 public void setPreAggregate(boolean pre_aggregate) {
497 this.pre_aggregate = pre_aggregate;
498 }
499
500 /** @return Rollup data usage type.
501 * @since 2.4 */

Callers 1

parseMTypeSubQueryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected