Struct arrow_ipc::gen::Schema::DictionaryKind
source · #[repr(transparent)]pub struct DictionaryKind(pub i16);Expand description
Dictionary encoding metadata Maintained for forwards compatibility, in the future Dictionaries might be explicit maps between integers and values allowing for non-contiguous index values
Tuple Fields
0: i16Implementations
sourceimpl DictionaryKind
impl DictionaryKind
pub const DenseArray: Self = _
pub const ENUM_MIN: i16 = 0i16
pub const ENUM_MAX: i16 = 0i16
pub const ENUM_VALUES: &'static [Self] = _
sourcepub fn variant_name(self) -> Option<&'static str>
pub fn variant_name(self) -> Option<&'static str>
Returns the variant’s name or “” if unknown.
Trait Implementations
sourceimpl Clone for DictionaryKind
impl Clone for DictionaryKind
sourcefn clone(&self) -> DictionaryKind
fn clone(&self) -> DictionaryKind
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DictionaryKind
impl Debug for DictionaryKind
sourceimpl Default for DictionaryKind
impl Default for DictionaryKind
sourcefn default() -> DictionaryKind
fn default() -> DictionaryKind
Returns the “default value” for a type. Read more
sourceimpl EndianScalar for DictionaryKind
impl EndianScalar for DictionaryKind
sourceimpl<'a> Follow<'a> for DictionaryKind
impl<'a> Follow<'a> for DictionaryKind
sourceimpl Hash for DictionaryKind
impl Hash for DictionaryKind
sourceimpl Ord for DictionaryKind
impl Ord for DictionaryKind
sourcefn cmp(&self, other: &DictionaryKind) -> Ordering
fn cmp(&self, other: &DictionaryKind) -> Ordering
1.21.0 · sourcefn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<DictionaryKind> for DictionaryKind
impl PartialEq<DictionaryKind> for DictionaryKind
sourcefn eq(&self, other: &DictionaryKind) -> bool
fn eq(&self, other: &DictionaryKind) -> bool
sourceimpl PartialOrd<DictionaryKind> for DictionaryKind
impl PartialOrd<DictionaryKind> for DictionaryKind
sourcefn partial_cmp(&self, other: &DictionaryKind) -> Option<Ordering>
fn partial_cmp(&self, other: &DictionaryKind) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresourceimpl Push for DictionaryKind
impl Push for DictionaryKind
sourceimpl<'a> Verifiable for DictionaryKind
impl<'a> Verifiable for DictionaryKind
sourcefn run_verifier(
v: &mut Verifier<'_, '_>,
pos: usize
) -> Result<(), InvalidFlatbuffer>
fn run_verifier(
v: &mut Verifier<'_, '_>,
pos: usize
) -> Result<(), InvalidFlatbuffer>
Runs the verifier for this type, assuming its at position
pos in the verifier’s buffer.
Should not need to be called directly. Read moreimpl Copy for DictionaryKind
impl Eq for DictionaryKind
impl SimpleToVerifyInSlice for DictionaryKind
impl StructuralEq for DictionaryKind
impl StructuralPartialEq for DictionaryKind
Auto Trait Implementations
impl RefUnwindSafe for DictionaryKind
impl Send for DictionaryKind
impl Sync for DictionaryKind
impl Unpin for DictionaryKind
impl UnwindSafe for DictionaryKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more