Enum parquet2::schema::types::IntegerType
source · pub enum IntegerType {
Int8,
Int16,
Int32,
Int64,
UInt8,
UInt16,
UInt32,
UInt64,
}
Expand description
Enum of all valid logical integer types
Variants§
Trait Implementations§
source§impl Clone for IntegerType
impl Clone for IntegerType
source§fn clone(&self) -> IntegerType
fn clone(&self) -> IntegerType
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 IntegerType
impl Debug for IntegerType
source§impl Hash for IntegerType
impl Hash for IntegerType
source§impl PartialEq<IntegerType> for IntegerType
impl PartialEq<IntegerType> for IntegerType
source§fn eq(&self, other: &IntegerType) -> bool
fn eq(&self, other: &IntegerType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.