pub trait ArrowSchemaExt {
// Required method
fn has_json_extension_field(&self) -> bool;
}Expand description
Add some useful utilities upon Arrow’s Schema.
Required Methods§
Sourcefn has_json_extension_field(&self) -> bool
fn has_json_extension_field(&self) -> bool
Check if this Schema has JSON extension field.