pub(crate) struct Decimal256ArrowToVariantBuilder<'a> {
    array: &'a Decimal256Array,
    options: &'a CastOptions,
    scale: i8,
    _phantom: PhantomData<()>,
}Fields§
§array: &'a Decimal256Array§options: &'a CastOptions§scale: i8§_phantom: PhantomData<()>Implementations§
Source§impl<'a> Decimal256ArrowToVariantBuilder<'a>
 
impl<'a> Decimal256ArrowToVariantBuilder<'a>
pub(crate) fn new( array: &'a dyn Array, options: &'a CastOptions, scale: i8, ) -> Self
fn append_row( &self, builder: &mut impl VariantBuilderExt, index: usize, ) -> Result<(), ArrowError>
Auto Trait Implementations§
impl<'a> Freeze for Decimal256ArrowToVariantBuilder<'a>
impl<'a> RefUnwindSafe for Decimal256ArrowToVariantBuilder<'a>
impl<'a> Send for Decimal256ArrowToVariantBuilder<'a>
impl<'a> Sync for Decimal256ArrowToVariantBuilder<'a>
impl<'a> Unpin for Decimal256ArrowToVariantBuilder<'a>
impl<'a> UnwindSafe for Decimal256ArrowToVariantBuilder<'a>
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