Package io.deephaven.engine.rowset.chunkattributes
package io.deephaven.engine.rowset.chunkattributes
-
ClassDescriptionAttribute that specifies that a
Chunk
contains ordered row key ranges, which must be in strictly ascending order.Attribute that specifies that aChunk
contains individual ordered row keys, which must be in strictly ascending order.Attribute that specifies that aChunk
contains row keys, which may be ordered or unordered.Attribute that specifies that aChunk
contains unordered row keys, which may be in any order or be duplicative.