Enum databend_driver::DataType
source · pub enum DataType {
}
Variants§
Null
EmptyArray
EmptyMap
Boolean
String
Number(NumberDataType)
Decimal(DecimalDataType)
Timestamp
Date
Nullable(Box<DataType>)
Array(Box<DataType>)
Map(Box<DataType>)
Tuple(Vec<DataType>)
Variant
Bitmap
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DataType
impl Send for DataType
impl Sync for DataType
impl Unpin for DataType
impl UnwindSafe for DataType
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