Module org.elasticsearch.compute
Interface SeenGroupIds
- All Known Implementing Classes:
BlockHash,CategorizeBlockHash,CategorizePackedValuesBlockHash,SeenGroupIds.Empty,SeenGroupIds.Range,TimeSeriesBlockHash
public interface SeenGroupIds
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordstatic final record -
Method Summary
Modifier and TypeMethodDescriptionseenGroupIds(BigArrays bigArrays) The grouping ids that have been seen already.
-
Method Details
-
seenGroupIds
The grouping ids that have been seen already. ThisBitArrayis kept and mutated by the caller so make a copy if it's something you need your own copy of it.
-