Module extract

Source
Expand description

Extract typed values from rows.

Structs§

RowSlice
A contiguous subset of columns in a row.

Enums§

Error
An error that can occur while extracting values from a row.

Traits§

FromSqlRow
Extract values from a row.
Merge
For collections that can be built from single elements.
Row
Anything that provides a row-like interface.

Functions§

split_columns_many
Split a row’s columns into multiple partitions based on some split-points.