pub struct Type(pub i32);The format module is no longer maintained, and will be removed in 59.0.0
Expand description
Types supported by Parquet. These types are intended to be used in combination with the encodings to control the on disk storage format. For example INT16 is not included as a type since a good encoding of INT32 would handle this.
Tuple Fields§
§0: i32The format module is no longer maintained, and will be removed in 59.0.0
Implementations§
Source§impl Type
impl Type
pub const BOOLEAN: Type
The format module is no longer maintained, and will be removed in 59.0.0
pub const INT32: Type
The format module is no longer maintained, and will be removed in 59.0.0
pub const INT64: Type
The format module is no longer maintained, and will be removed in 59.0.0
pub const INT96: Type
The format module is no longer maintained, and will be removed in 59.0.0
pub const FLOAT: Type
The format module is no longer maintained, and will be removed in 59.0.0
pub const DOUBLE: Type
The format module is no longer maintained, and will be removed in 59.0.0
pub const BYTE_ARRAY: Type
The format module is no longer maintained, and will be removed in 59.0.0
pub const FIXED_LEN_BYTE_ARRAY: Type
The format module is no longer maintained, and will be removed in 59.0.0
pub const ENUM_VALUES: &'static [Self]
The format module is no longer maintained, and will be removed in 59.0.0
Trait Implementations§
Source§impl Ord for Type
impl Ord for Type
Source§impl PartialOrd for Type
impl PartialOrd for Type
Source§impl TSerializable for Type
impl TSerializable for Type
Source§fn write_to_out_protocol<T: TOutputProtocol>(
&self,
o_prot: &mut T,
) -> Result<()>
fn write_to_out_protocol<T: TOutputProtocol>( &self, o_prot: &mut T, ) -> Result<()>
Source§fn read_from_in_protocol<T: TInputProtocol>(i_prot: &mut T) -> Result<Type>
fn read_from_in_protocol<T: TInputProtocol>(i_prot: &mut T) -> Result<Type>
impl Copy for Type
impl Eq for Type
impl StructuralPartialEq for Type
Auto Trait Implementations§
impl Freeze for Type
impl RefUnwindSafe for Type
impl Send for Type
impl Sync for Type
impl Unpin for Type
impl UnsafeUnpin for Type
impl UnwindSafe for Type
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key and return true if they are equal.