pub enum StringType {}Expand description
Marker for string types (CHAR, VARCHAR, NCHAR, NVARCHAR, SHORTTEXT, etc.).
All string types map to Arrow Utf8 or LargeUtf8.
Trait Implementations§
Source§impl Clone for StringType
impl Clone for StringType
Source§fn clone(&self) -> StringType
fn clone(&self) -> StringType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StringType
impl Debug for StringType
Source§impl HanaTypeCategory for StringType
impl HanaTypeCategory for StringType
Source§const CATEGORY_NAME: &'static str = "String"
const CATEGORY_NAME: &'static str = "String"
The name of this category for debugging/logging.
Source§impl PartialEq for StringType
impl PartialEq for StringType
impl Copy for StringType
impl Eq for StringType
impl StructuralPartialEq for StringType
Auto Trait Implementations§
impl Freeze for StringType
impl RefUnwindSafe for StringType
impl Send for StringType
impl Sync for StringType
impl Unpin for StringType
impl UnwindSafe for StringType
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