Enum arrow_format::ipc::DateUnit
source · #[repr(i16)]
pub enum DateUnit {
Day,
Millisecond,
}
Available on crate feature
ipc
only.Variants§
Trait Implementations§
source§impl<'de> Deserialize<'de> for DateUnit
impl<'de> Deserialize<'de> for DateUnit
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<DateUnit> for DateUnit
impl PartialEq<DateUnit> for DateUnit
source§impl TryFrom<i16> for DateUnit
impl TryFrom<i16> for DateUnit
§type Error = UnknownEnumTagKind
type Error = UnknownEnumTagKind
The type returned in the event of a conversion error.