Interface Aggregation.Visitor

All Known Subinterfaces:
RollupAggregation.Visitor
All Known Implementing Classes:
AggregationDescriptions, AggregationOptimizer, AggregationOutputs, AggregationPairs, RollupAggregationOutputs, SupportedRangeJoinAggregations
Enclosing interface:
Aggregation

public static interface Aggregation.Visitor
Visitor interface. Combines with Aggregation.walk(Visitor) in order to allow for type-safe Aggregation evaluation without switch statements or if-else blocks.