Struct polars_core::prelude::ArrowSchema
source · pub struct ArrowSchema {
pub fields: Vec<Field, Global>,
pub metadata: BTreeMap<String, String, Global>,
}
Expand description
Fields§
§fields: Vec<Field, Global>
The fields composing this schema.
metadata: BTreeMap<String, String, Global>
Optional metadata.
Implementations§
Trait Implementations§
source§impl IndexOfSchema for ArrowSchema
impl IndexOfSchema for ArrowSchema
source§impl PartialEq<Schema> for Schema
impl PartialEq<Schema> for Schema
impl Eq for Schema
impl StructuralEq for Schema
impl StructuralPartialEq for Schema
Auto Trait Implementations§
impl RefUnwindSafe for Schema
impl Send for Schema
impl Sync for Schema
impl Unpin for Schema
impl UnwindSafe for Schema
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.