pub struct UInt8BuilderWrapper { /* private fields */ }Expand description
Builder wrapper for Arrow primitive arrays.
Implements HanaCompatibleBuilder for HANA value conversion.
Implementations§
Source§impl UInt8BuilderWrapper
impl UInt8BuilderWrapper
Sourcepub fn default_capacity() -> Self
pub fn default_capacity() -> Self
Create a builder with default capacity.
Trait Implementations§
Source§impl Debug for UInt8BuilderWrapper
impl Debug for UInt8BuilderWrapper
Source§impl HanaCompatibleBuilder for UInt8BuilderWrapper
impl HanaCompatibleBuilder for UInt8BuilderWrapper
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 UInt8BuilderWrapper
impl RefUnwindSafe for UInt8BuilderWrapper
impl Send for UInt8BuilderWrapper
impl Sync for UInt8BuilderWrapper
impl Unpin for UInt8BuilderWrapper
impl UnwindSafe for UInt8BuilderWrapper
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