Struct parquet_format_safe::thrift::protocol::TMapIdentifier
source · pub struct TMapIdentifier {
pub key_type: Option<TType>,
pub value_type: Option<TType>,
pub size: u32,
}
Expand description
Thrift map identifier.
Fields§
§key_type: Option<TType>
Map key type.
value_type: Option<TType>
Map value type.
size: u32
Number of entries in the map.
Implementations§
Trait Implementations§
source§impl Clone for TMapIdentifier
impl Clone for TMapIdentifier
source§fn clone(&self) -> TMapIdentifier
fn clone(&self) -> TMapIdentifier
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 TMapIdentifier
impl Debug for TMapIdentifier
source§impl PartialEq<TMapIdentifier> for TMapIdentifier
impl PartialEq<TMapIdentifier> for TMapIdentifier
source§fn eq(&self, other: &TMapIdentifier) -> bool
fn eq(&self, other: &TMapIdentifier) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.