Interface AggregatePushdownSupport


public interface AggregatePushdownSupport
SPI for declaring that a format can compute aggregates from file-level statistics. Implementations are queried by the optimizer to determine if aggregates can be pushed down. The actual computation happens via file footer reads at execution time.