Struct parquet_format_safe::thrift::protocol::TListIdentifier
source · Expand description
Thrift list identifier.
Fields§
§element_type: TType
Type of the elements in the list.
size: u32
Number of elements in the list.
Implementations§
source§impl TListIdentifier
impl TListIdentifier
sourcepub fn new(element_type: TType, size: u32) -> TListIdentifier
pub fn new(element_type: TType, size: u32) -> TListIdentifier
Create a TListIdentifier
for a list with size
elements of type
element_type
.
Trait Implementations§
source§impl Clone for TListIdentifier
impl Clone for TListIdentifier
source§fn clone(&self) -> TListIdentifier
fn clone(&self) -> TListIdentifier
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 TListIdentifier
impl Debug for TListIdentifier
source§impl PartialEq<TListIdentifier> for TListIdentifier
impl PartialEq<TListIdentifier> for TListIdentifier
source§fn eq(&self, other: &TListIdentifier) -> bool
fn eq(&self, other: &TListIdentifier) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.