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