Struct arrow2::ffi::ArrowArrayStream
source · #[repr(C)]pub struct ArrowArrayStream { /* private fields */ }
Expand description
ABI-compatible struct for ArrowArrayStream
.
Implementations§
source§impl ArrowArrayStream
impl ArrowArrayStream
sourcepub fn empty() -> Self
pub fn empty() -> Self
Creates an empty ArrowArrayStream
used to import from a producer.
Trait Implementations§
source§impl Debug for ArrowArrayStream
impl Debug for ArrowArrayStream
Auto Trait Implementations§
impl Freeze for ArrowArrayStream
impl RefUnwindSafe for ArrowArrayStream
impl !Send for ArrowArrayStream
impl !Sync for ArrowArrayStream
impl Unpin for ArrowArrayStream
impl UnwindSafe for ArrowArrayStream
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