Class HashedRunFinder

java.lang.Object
io.deephaven.engine.table.impl.by.HashedRunFinder

public class HashedRunFinder extends Object
Finds runs of the same slot, and fills in the chunkPositions, runStarts, and runLengths arrays. The slots are not in order; like slots are simply grouped together such that each slot is only represented in the chunk one time.