enum ThirdPartyType {
ChronoNaiveDateTime,
ChronoNaiveDate,
Uuid,
}
Expand description
Use third party libraries, detected at compile time. These libraries will be written to parquet as their preferred physical type.
ChronoNaiveDateTime is written as i64 ChronoNaiveDate is written as i32
Variants§
Trait Implementations§
Source§impl Debug for ThirdPartyType
impl Debug for ThirdPartyType
Source§impl PartialEq for ThirdPartyType
impl PartialEq for ThirdPartyType
impl StructuralPartialEq for ThirdPartyType
Auto Trait Implementations§
impl Freeze for ThirdPartyType
impl RefUnwindSafe for ThirdPartyType
impl Send for ThirdPartyType
impl Sync for ThirdPartyType
impl Unpin for ThirdPartyType
impl UnwindSafe for ThirdPartyType
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