Enum arrow_format::ipc::DictionaryKind
source · #[repr(i16)]
pub enum DictionaryKind {
DenseArray,
}
Available on crate feature
ipc
only.Variants§
DenseArray
Trait Implementations§
source§impl Clone for DictionaryKind
impl Clone for DictionaryKind
source§fn clone(&self) -> DictionaryKind
fn clone(&self) -> DictionaryKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DictionaryKind
impl Debug for DictionaryKind
source§impl<'de> Deserialize<'de> for DictionaryKind
impl<'de> Deserialize<'de> for DictionaryKind
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 From<DictionaryKind> for i16
impl From<DictionaryKind> for i16
source§fn from(value: DictionaryKind) -> Self
fn from(value: DictionaryKind) -> Self
Converts to this type from the input type.
source§impl PartialEq<DictionaryKind> for DictionaryKind
impl PartialEq<DictionaryKind> for DictionaryKind
source§fn eq(&self, other: &DictionaryKind) -> bool
fn eq(&self, other: &DictionaryKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for DictionaryKind
impl Serialize for DictionaryKind
source§impl TryFrom<i16> for DictionaryKind
impl TryFrom<i16> for DictionaryKind
§type Error = UnknownEnumTagKind
type Error = UnknownEnumTagKind
The type returned in the event of a conversion error.