Skip to main content

ArrowSchemaExt

Trait ArrowSchemaExt 

Source
pub trait ArrowSchemaExt {
    // Required method
    fn has_json_extension_field(&self) -> bool;
}
Expand description

Add some useful utilities upon Arrow’s Schema.

Required Methods§

Source

fn has_json_extension_field(&self) -> bool

Check if this Schema has JSON extension field.

Implementations on Foreign Types§

Source§

impl ArrowSchemaExt for Schema

Implementors§