Module org.elasticsearch.compute
Class EmptyRowInTableLookup
java.lang.Object
org.elasticsearch.compute.aggregation.table.RowInTableLookup
org.elasticsearch.compute.aggregation.table.EmptyRowInTableLookup
- All Implemented Interfaces:
Closeable,AutoCloseable,org.elasticsearch.core.Releasable
RowInTableLookup for an empty table.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.elasticsearch.compute.aggregation.table.RowInTableLookup
build
-
Constructor Details
-
EmptyRowInTableLookup
-
-
Method Details
-
lookup
public org.elasticsearch.core.ReleasableIterator<IntBlock> lookup(Page page, ByteSizeValue targetBlockSize) Description copied from class:RowInTableLookupLookup the values in thePageand, for each row, return the offset in the table that was provided when building the lookup.The returned
ReleasableIteratormay retain a reference toBlocks inside thePage. Close it to release those references.- Specified by:
lookupin classRowInTableLookup
-
close
public void close() -
toString
- Specified by:
toStringin classRowInTableLookup
-