struct UuidEncoder<'a>(&'a FixedSizeBinaryArray);
Expand description
Avro UUID logical type encoder: Arrow FixedSizeBinary(16) → Avro string (UUID). Spec: uuid is a logical type over string (RFC‑4122). We output hyphenated form.
Tuple Fields§
§0: &'a FixedSizeBinaryArray
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for UuidEncoder<'a>
impl<'a> RefUnwindSafe for UuidEncoder<'a>
impl<'a> Send for UuidEncoder<'a>
impl<'a> Sync for UuidEncoder<'a>
impl<'a> Unpin for UuidEncoder<'a>
impl<'a> UnwindSafe for UuidEncoder<'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