Trait hypersync_client::FromArrow

source ·
pub trait FromArrow: Sized {
    // Required method
    fn from_arrow(batch: &ArrowBatch) -> Vec<Self>;
}

Required Methods§

source

fn from_arrow(batch: &ArrowBatch) -> Vec<Self>

Object Safety§

This trait is not object safe.

Implementors§