Trait IntoArray

Source
pub trait IntoArray {
    // Required method
    fn into_array(self) -> ArrayRef;
}
Expand description

Trait for converting a type into a Vortex ArrayRef.

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoArray for &MaskValues

Source§

impl IntoArray for Mask

Source§

impl IntoArray for Buffer

Source§

impl<O> IntoArray for OffsetBuffer<O>

Source§

impl<T> IntoArray for ScalarBuffer<T>

Source§

impl<T: NativePType> IntoArray for Buffer<T>

Source§

impl<T: NativePType> IntoArray for BufferMut<T>

Implementors§