Class TimeSeriesAggregateFunction

All Implemented Interfaces:
NamedWriteable, Writeable, PostAnalysisPlanVerificationAware, Resolvable
Direct Known Subclasses:
AbsentOverTime, AvgOverTime, CountDistinctOverTime, CountOverTime, Delta, FirstOverTime, Idelta, Increase, Irate, LastOverTime, MaxOverTime, MinOverTime, PresentOverTime, Rate, SumOverTime

public abstract class TimeSeriesAggregateFunction extends AggregateFunction
Extends AggregateFunction to support aggregation per time_series, such as Rate or MaxOverTime.