pub struct ArrowFormat {}
Expand description
Marker trait for Arrow format.
Read native ClickHouse
blocks into arrow RecordBatch
es and write arrow RecordBatch
es into
native blocks.
Trait Implementations§
Source§impl ClientFormat for ArrowFormat
impl ClientFormat for ArrowFormat
Source§impl Clone for ArrowFormat
impl Clone for ArrowFormat
Source§fn clone(&self) -> ArrowFormat
fn clone(&self) -> ArrowFormat
Returns a duplicate of the value. Read more
1.0.0 · 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 ArrowFormat
impl Debug for ArrowFormat
impl Copy for ArrowFormat
Auto Trait Implementations§
impl Freeze for ArrowFormat
impl RefUnwindSafe for ArrowFormat
impl Send for ArrowFormat
impl Sync for ArrowFormat
impl Unpin for ArrowFormat
impl UnwindSafe for ArrowFormat
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