JavaScript is disabled on your browser.
Nested Class Summary
Nested Classes
static enum
Exponential histograms are composite data types.
Field Summary
Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE
Fields inherited from interface org.elasticsearch.core.RefCounted
ALWAYS_REFERENCED
Method Summary
All Methods Instance Methods Abstract Methods
Returns a block holding the specified component of the histogram at each position.
Methods inherited from interface org.apache.lucene.util.Accountable
getChildResources, ramBytesUsed
Methods inherited from interface org.elasticsearch.compute.data.Block
allowPassingToDifferentDriver , areAllValuesNull , asVector , blockFactory , deepCopy , doesHaveMultivaluedFields , elementType , expand , filter , getFirstValueIndex , getPositionCount , getTotalValueCount , getValueCount , insertNulls , isNull , isReleased , keepMask , lookup , mayHaveMultivaluedFields , mayHaveNulls , mvDeduplicated , mvOrdering , mvSortedAscending , writeTo
Methods inherited from interface org.elasticsearch.core.RefCounted
decRef, hasReferences, incRef, mustIncRef, tryIncRef
Methods inherited from interface org.elasticsearch.core.Releasable
close
Method Details
buildHistogramComponentBlock
Returns a block holding the specified component of the histogram at each position.
The number of positions in the returned block will be exactly equal to the number of positions in this block.
If a position is null in this block, it will also be null in the returned block.
The caller is responsible for closing the returned block.
Parameters:
component - the component to extract
Returns:
the block containing the specified component