pub enum GroupLogicalType {
Map,
List,
}
Available on crate feature
io_parquet
only.Variants§
Trait Implementations§
source§impl Clone for GroupLogicalType
impl Clone for GroupLogicalType
source§fn clone(&self) -> GroupLogicalType
fn clone(&self) -> GroupLogicalType
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 GroupLogicalType
impl Debug for GroupLogicalType
source§impl Hash for GroupLogicalType
impl Hash for GroupLogicalType
source§impl PartialEq<GroupLogicalType> for GroupLogicalType
impl PartialEq<GroupLogicalType> for GroupLogicalType
source§fn eq(&self, other: &GroupLogicalType) -> bool
fn eq(&self, other: &GroupLogicalType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<LogicalType> for GroupLogicalType
impl TryFrom<LogicalType> for GroupLogicalType
source§fn try_from(
type_: LogicalType
) -> Result<GroupLogicalType, <GroupLogicalType as TryFrom<LogicalType>>::Error>
fn try_from(
type_: LogicalType
) -> Result<GroupLogicalType, <GroupLogicalType as TryFrom<LogicalType>>::Error>
Performs the conversion.
impl Copy for GroupLogicalType
impl Eq for GroupLogicalType
impl StructuralEq for GroupLogicalType
impl StructuralPartialEq for GroupLogicalType
Auto Trait Implementations§
impl RefUnwindSafe for GroupLogicalType
impl Send for GroupLogicalType
impl Sync for GroupLogicalType
impl Unpin for GroupLogicalType
impl UnwindSafe for GroupLogicalType
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.