pub enum Numeric {}Expand description
Marker for numeric types (TINYINT, SMALLINT, INT, BIGINT, REAL, DOUBLE).
These types map directly to Arrow primitive arrays.
Trait Implementations§
Source§impl HanaTypeCategory for Numeric
impl HanaTypeCategory for Numeric
Source§const CATEGORY_NAME: &'static str = "Numeric"
const CATEGORY_NAME: &'static str = "Numeric"
The name of this category for debugging/logging.
impl Copy for Numeric
impl Eq for Numeric
impl StructuralPartialEq for Numeric
Auto Trait Implementations§
impl Freeze for Numeric
impl RefUnwindSafe for Numeric
impl Send for Numeric
impl Sync for Numeric
impl Unpin for Numeric
impl UnwindSafe for Numeric
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