Module mz_expr::row::collection
source · Expand description
Defines types for working with collections of Row
.
Structs§
- Inner type of
RowCollection
, describes a single Row. - 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
. - Provides a sorted view of a
RowCollection
.