pub trait IntoArray {
    // Required method
    fn into_array(self) -> ArrayRef;
}Expand description
Trait for converting a type into a Vortex ArrayRef.
pub trait IntoArray {
    // Required method
    fn into_array(self) -> ArrayRef;
}Trait for converting a type into a Vortex ArrayRef.