Modules§
- collection 🔒
- 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. - Sorted
RowCollection - Provides a sorted view of a
RowCollection
. - Sorted
RowCollection Iter