Expand description
Defines types for working with collections of Row
.
Structsยง
- Encoded
RowMetadata - Inner type of
RowCollection
, describes a single Row. - Proto
Encoded RowMetadata - Proto
RowCollection - RowCollection
- Collection of runs of sorted
Row
s represented as a single blob. - RunIter ๐
- Iterator-like struct to help with extracting rows in sorted order from
RowCollection
. - Sorted
RowCollection - Provides a sorted view of a
RowCollection
. - Sorted
RowCollection Iter