Expand description
Provides abstractions for types that can be converted into Datum
iterators.
Row
is the most obvious implementor, but other trace types that may use more advanced
representations only need to commit to implementing these traits.
Traits§
- A helper trait to turn a type into an iterator of datums.