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