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§
Sourcefn to_compact_string(&self, indent: Indentation) -> String
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