Module mz_repr::row::collection
source · Expand description
Defines types for working with collections of Row
.
Structs§
- Inner type of
RowCollection
, describes a single Row. - Collection of
Row
s represented as a single blob. - Provides a sorted view of a
RowCollection
.