pub struct ChunkSource { /* private fields */ }Expand description
Source that produces chunks from a pre-built collection.
Takes ownership of DataChunks and produces them one at a time.
Implementations§
Trait Implementations§
Source§impl Source for ChunkSource
impl Source for ChunkSource
Auto Trait Implementations§
impl Freeze for ChunkSource
impl RefUnwindSafe for ChunkSource
impl Send for ChunkSource
impl Sync for ChunkSource
impl Unpin for ChunkSource
impl UnwindSafe for ChunkSource
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more