pub(crate) struct MapArrowToVariantBuilder<'a> {
map_array: &'a MapArray,
key_strings: StringArray,
values_builder: Box<ArrowToVariantRowBuilder<'a>>,
}Expand description
Map builder for MapArray types
Fields§
§map_array: &'a MapArray§key_strings: StringArray§values_builder: Box<ArrowToVariantRowBuilder<'a>>Implementations§
Auto Trait Implementations§
impl<'a> Freeze for MapArrowToVariantBuilder<'a>
impl<'a> !RefUnwindSafe for MapArrowToVariantBuilder<'a>
impl<'a> Send for MapArrowToVariantBuilder<'a>
impl<'a> Sync for MapArrowToVariantBuilder<'a>
impl<'a> Unpin for MapArrowToVariantBuilder<'a>
impl<'a> !UnwindSafe for MapArrowToVariantBuilder<'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