pub struct CollectorSink { /* private fields */ }Expand description
Collector sink that accumulates chunks.
Implementations§
Source§impl CollectorSink
impl CollectorSink
Sourcepub fn into_chunks(self) -> Vec<DataChunk>
pub fn into_chunks(self) -> Vec<DataChunk>
Returns collected chunks.
Trait Implementations§
Source§impl Default for CollectorSink
impl Default for CollectorSink
Source§fn default() -> CollectorSink
fn default() -> CollectorSink
Returns the “default value” for a type. Read more
Source§impl Sink for CollectorSink
impl Sink for CollectorSink
Auto Trait Implementations§
impl Freeze for CollectorSink
impl RefUnwindSafe for CollectorSink
impl Send for CollectorSink
impl Sync for CollectorSink
impl Unpin for CollectorSink
impl UnwindSafe for CollectorSink
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