Trait hypersync_client::FromArrow
source · pub trait FromArrow: Sized {
// Required method
fn from_arrow(batch: &ArrowBatch) -> Vec<Self>;
}Required Methods§
fn from_arrow(batch: &ArrowBatch) -> Vec<Self>
Object Safety§
This trait is not object safe.