lance_arrow::schema

Trait FieldExt

Source
pub trait FieldExt {
    // Required method
    fn to_compact_string(&self, indent: Indentation) -> String;
}
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

Implementations on Foreign Types§

Source§

impl FieldExt for Field

Implementors§