Package io.deephaven.engine.rowset.impl
package io.deephaven.engine.rowset.impl
-
ClassDescription
RowSetBuilderRandom
implementation that uses an adaptive pattern based on workload.RowSetBuilderRandom
implementation that uses anOrderedLongSetBuilderSequential
internally.An iterator for the complement set over an universe of [0, Long.MAX_VALUE].Utility methods used for writing/readingRowSets
.An ordered sequence oflong
values with set operations.A BuilderRandom type that uses a priority queue of ranges.This class enables a pattern of use where objects can be shared from multiple references/identities while they are used read-only.Utilities for working withchunks
of row keys.