Trait vortex_array::arrow::FromArrowArray
source · pub trait FromArrowArray<A> {
// Required method
fn from_arrow(array: A, nullable: bool) -> Self;
}
Required Methods§
fn from_arrow(array: A, nullable: bool) -> Self
Object Safety§
This trait is not object safe.