Trait TryIntoArray

Source
pub trait TryIntoArray {
    // Required method
    fn try_into_array(self) -> VortexResult<ArrayRef>;
}
Expand description

Trait for converting a type into a Vortex ArrayRef, returning an error if the conversion fails.

Required Methods§

Implementations on Foreign Types§

Source§

impl TryIntoArray for RecordBatch

Implementors§