pub struct FixedSizeBinaryBuilderWrapper { /* private fields */ }Expand description
Builder for Arrow FixedSizeBinary arrays (FIXED8, FIXED12, FIXED16).
Implementations§
Trait Implementations§
Source§impl HanaCompatibleBuilder for FixedSizeBinaryBuilderWrapper
impl HanaCompatibleBuilder for FixedSizeBinaryBuilderWrapper
Source§fn append_hana_value(&mut self, value: &HdbValue<'_>) -> Result<()>
fn append_hana_value(&mut self, value: &HdbValue<'_>) -> Result<()>
Append a HANA value to this builder. Read more
Source§fn append_null(&mut self)
fn append_null(&mut self)
Append a null value to this builder.
Auto Trait Implementations§
impl Freeze for FixedSizeBinaryBuilderWrapper
impl RefUnwindSafe for FixedSizeBinaryBuilderWrapper
impl Send for FixedSizeBinaryBuilderWrapper
impl Sync for FixedSizeBinaryBuilderWrapper
impl Unpin for FixedSizeBinaryBuilderWrapper
impl UnwindSafe for FixedSizeBinaryBuilderWrapper
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