Trait vortex::arrow::TryFromArrowType

source ·
pub trait TryFromArrowType<T>: Sized {
    // Required method
    fn try_from_arrow(value: T) -> VortexResult<Self>;
}

Required Methods§

source

fn try_from_arrow(value: T) -> VortexResult<Self>

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl TryFromArrowType<&DataType> for PType

Implementors§