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

Method aggregator

src/core/TSSubQuery.java:281–283  ·  view source on GitHub ↗

@return the parsed aggregation function

()

Source from the content-addressed store, hash-verified

279
280 /** @return the parsed aggregation function */
281 public Aggregator aggregator() {
282 return this.agg;
283 }
284
285 /** @return the parsed downsampler aggregation function
286 * @deprecated use {@link #downsamplingSpecification()} instead */

Callers 13

validateMethod · 0.95
validateTSMethod · 0.95
validateNoDSMethod · 0.95
validateWithFilterMethod · 0.95
configureFromQueryMethod · 0.95
validateMethod · 0.80
validateWithTimezoneMethod · 0.80

Calls

no outgoing calls