Record Class FilteredAggregatorFunctionSupplier

java.lang.Object
java.lang.Record
org.elasticsearch.compute.aggregation.FilteredAggregatorFunctionSupplier
All Implemented Interfaces:
AggregatorFunctionSupplier, Describable

public record FilteredAggregatorFunctionSupplier(AggregatorFunctionSupplier next, EvalOperator.ExpressionEvaluator.Factory filter) extends Record implements AggregatorFunctionSupplier
A AggregatorFunctionSupplier that wraps another, filtering which positions are supplied to the aggregator.