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