Struct GenericInProgressArray
Source pub(crate) struct GenericInProgressArray {
source: Option<ArrayRef>,
buffered_arrays: Vec<ArrayRef>,
}
Expand description
Generic implementation for InProgressArray that works with any type of
array.
Internally, this buffers arrays and then calls other kernels such as
concat to produce the final array.
The buffered array slices
Create a new GenericInProgressArray
Formats the value using the given formatter.
Read more
Copy rows from the current source array into the in-progress array
Read more
Finish the currently in-progress array and return it as an ArrayRef
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
From<T> for U chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.