pub trait FromArrowArray<A> {
// Required method
fn from_arrow(array: A, nullable: bool) -> VortexResult<Self>
where Self: Sized;
}pub trait FromArrowArray<A> {
// Required method
fn from_arrow(array: A, nullable: bool) -> VortexResult<Self>
where Self: Sized;
}