@return the parsed aggregation function
()
| 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 */ |
no outgoing calls