pub struct LargeStringBuilderWrapper { /* private fields */ }Expand description
Builder for Arrow LargeUtf8 arrays (CLOB, NCLOB).
Implementations§
Trait Implementations§
Source§impl Debug for LargeStringBuilderWrapper
impl Debug for LargeStringBuilderWrapper
Source§impl HanaCompatibleBuilder for LargeStringBuilderWrapper
impl HanaCompatibleBuilder for LargeStringBuilderWrapper
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 LargeStringBuilderWrapper
impl RefUnwindSafe for LargeStringBuilderWrapper
impl Send for LargeStringBuilderWrapper
impl Sync for LargeStringBuilderWrapper
impl Unpin for LargeStringBuilderWrapper
impl UnwindSafe for LargeStringBuilderWrapper
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