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