Module batch

Source
Expand description

Contains the BatchValues and BatchValuesIterator trait and their implementations.

Structs§

BatchValuesFromIterator
Implements BatchValues from an Iterator over references to things that implement SerializeRow
BatchValuesIteratorFromIterator
Implements BatchValuesIterator from an Iterator over references to things that implement SerializeRow
TupleValuesIter
A BatchValuesIterator over a tuple.

Traits§

BatchValues
Represents a list of sets of values for a batch statement.
BatchValuesIterator
An Iterator-like object over the values from the parent BatchValues object.