- All Superinterfaces:
- Function<DruidAggregationQuery<?>,SimplifiedIntervalList>
- All Known Implementing Classes:
- LookbackQuery.LookbackQueryRequestedIntervalsFunction
public interface RequestedIntervalsFunction
extends Function<DruidAggregationQuery<?>,SimplifiedIntervalList>
RequestedIntervalsFunction is an implementation of Function that takes a DruidAggregationQuery and returns a
SimplifiedIntervalList. The purpose of this empty interface was to avoid using the long signature of the Function
time and again.