#[repr(C)]pub struct ArrowArray { /* private fields */ }
Expand description
! Forward declare Arrow structs ! It is important to notice that these structs are not defined by DuckDB but are actually Arrow external objects. ! They’re defined by the C Data Interface Arrow spec: https://arrow.apache.org/docs/format/CDataInterface.html
Trait Implementations§
Source§impl Clone for ArrowArray
impl Clone for ArrowArray
Source§fn clone(&self) -> ArrowArray
fn clone(&self) -> ArrowArray
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 ArrowArray
impl Debug for ArrowArray
impl Copy for ArrowArray
Auto Trait Implementations§
impl Freeze for ArrowArray
impl RefUnwindSafe for ArrowArray
impl Send for ArrowArray
impl Sync for ArrowArray
impl Unpin for ArrowArray
impl UnwindSafe for ArrowArray
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