java.lang.Object
org.elasticsearch.compute.aggregation.table.RowInTableLookup
All Implemented Interfaces:
Closeable, AutoCloseable, Releasable
Direct Known Subclasses:
AscendingSequenceRowInTableLookup, EmptyRowInTableLookup

public abstract sealed class RowInTableLookup extends Object implements Releasable permits EmptyRowInTableLookup, AscendingSequenceRowInTableLookup (not exhaustive)
Consumes Pages and looks up each row in a pre-built table, and returns the offsets of each row in the table.