Enum arrow_format::ipc::Feature
source · #[repr(i64)]
pub enum Feature {
Unused,
DictionaryReplacement,
CompressedBody,
}
Available on crate feature
ipc
only.Variants§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Feature
impl<'de> Deserialize<'de> for Feature
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<Feature> for Feature
impl PartialEq<Feature> for Feature
source§impl TryFrom<i64> for Feature
impl TryFrom<i64> for Feature
§type Error = UnknownEnumTagKind
type Error = UnknownEnumTagKind
The type returned in the event of a conversion error.