Class TimeSeriesAggregateFunction

All Implemented Interfaces:
NamedWriteable, Writeable, PostAnalysisPlanVerificationAware, Resolvable
Direct Known Subclasses:
AvgOverTime, CountDistinctOverTime, CountOverTime, FirstOverTime, LastOverTime, MaxOverTime, MinOverTime, Rate, SumOverTime

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