Module collection

Source
Expand description

Defines types for working with collections of Row.

Structsยง

EncodedRowMetadata
Inner type of RowCollection, describes a single Row.
ProtoEncodedRowMetadata
ProtoRowCollection
RowCollection
Collection of runs of sorted Rows represented as a single blob.
RunIter ๐Ÿ”’
Iterator-like struct to help with extracting rows in sorted order from RowCollection.
SortedRowCollection
Provides a sorted view of a RowCollection.
SortedRowCollectionIter