pub(crate) struct Decimal128ArrowToVariantBuilder<'a> {
array: &'a Decimal128Array,
options: &'a CastOptions,
scale: i8,
}
Fields§
§array: &'a Decimal128Array
§options: &'a CastOptions
§scale: i8
Implementations§
Source§impl<'a> Decimal128ArrowToVariantBuilder<'a>
impl<'a> Decimal128ArrowToVariantBuilder<'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 Decimal128ArrowToVariantBuilder<'a>
impl<'a> RefUnwindSafe for Decimal128ArrowToVariantBuilder<'a>
impl<'a> Send for Decimal128ArrowToVariantBuilder<'a>
impl<'a> Sync for Decimal128ArrowToVariantBuilder<'a>
impl<'a> Unpin for Decimal128ArrowToVariantBuilder<'a>
impl<'a> UnwindSafe for Decimal128ArrowToVariantBuilder<'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