pub struct ObjectStoreJsonSink { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for ObjectStoreJsonSink
impl Clone for ObjectStoreJsonSink
Source§fn clone(&self) -> ObjectStoreJsonSink
fn clone(&self) -> ObjectStoreJsonSink
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ObjectStoreJsonSink
impl Debug for ObjectStoreJsonSink
Source§impl Sink for ObjectStoreJsonSink
impl Sink for ObjectStoreJsonSink
fn sink_name(&self) -> &str
fn write_batch( &self, _pipeline: &Pipeline, _run: &PipelineRun, records: &[Row], context: &QueryContext, ) -> DataResult<SinkWriteResult>
Auto Trait Implementations§
impl Freeze for ObjectStoreJsonSink
impl !RefUnwindSafe for ObjectStoreJsonSink
impl Send for ObjectStoreJsonSink
impl Sync for ObjectStoreJsonSink
impl Unpin for ObjectStoreJsonSink
impl UnsafeUnpin for ObjectStoreJsonSink
impl !UnwindSafe for ObjectStoreJsonSink
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