lance_arrow::schema

Trait FieldExt

Source
pub trait FieldExt {
    // Required methods
    fn to_compact_string(&self, indent: Indentation) -> String;
    fn is_packed_struct(&self) -> bool;
}
Expand description

Extends the functionality of arrow_schema::Field.

Required Methods§

Source

fn to_compact_string(&self, indent: Indentation) -> String

Create a compact string representation of the field

This is intended for display purposes and not for serialization

Source

fn is_packed_struct(&self) -> bool

Implementations on Foreign Types§

Source§

impl FieldExt for Field

Implementors§