Trait vortex::arrow::FromArrowArray

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

Required Methods§

source

fn from_arrow(array: A, nullable: bool) -> Self

Object Safety§

This trait is not object safe.

Implementors§