struct LongEncoder<'a, P: ArrowPrimitiveType<Native = i64>>(&'a PrimitiveArray<P>);Expand description
Generic Avro long encoder for primitive arrays with i64 native values.
Tuple Fields§
§0: &'a PrimitiveArray<P>Implementations§
Auto Trait Implementations§
impl<'a, P> Freeze for LongEncoder<'a, P>where
&'a PrimitiveArray<P>: Freeze,
impl<'a, P> RefUnwindSafe for LongEncoder<'a, P>where
&'a PrimitiveArray<P>: RefUnwindSafe,
impl<'a, P> Send for LongEncoder<'a, P>where
&'a PrimitiveArray<P>: Send,
impl<'a, P> Sync for LongEncoder<'a, P>where
&'a PrimitiveArray<P>: Sync,
impl<'a, P> Unpin for LongEncoder<'a, P>where
&'a PrimitiveArray<P>: Unpin,
impl<'a, P> UnsafeUnpin for LongEncoder<'a, P>where
&'a PrimitiveArray<P>: UnsafeUnpin,
impl<'a, P> UnwindSafe for LongEncoder<'a, P>where
&'a PrimitiveArray<P>: UnwindSafe,
Blanket Implementations§
impl<T> Allocation for T
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