Record Class GroupingAggregatorFunction.IntermediateAddInput

java.lang.Object
java.lang.Record
org.elasticsearch.compute.aggregation.GroupingAggregatorFunction.IntermediateAddInput
All Implemented Interfaces:
Closeable, AutoCloseable, GroupingAggregatorFunction.AddInput, Releasable
Enclosing interface:
GroupingAggregatorFunction

public static record GroupingAggregatorFunction.IntermediateAddInput(GroupingAggregatorFunction fn, SeenGroupIds seenGroupIds, Page page) extends Record implements GroupingAggregatorFunction.AddInput