Trait ToArray

Source
pub trait ToArray {
    // Required method
    fn to_array(&self) -> Array;
}

Required Methods§

Source

fn to_array(&self) -> Array

Implementations on Foreign Types§

Source§

impl ToArray for ALPArray

Source§

fn to_array(&self) -> Array

Source§

impl ToArray for ALPRDArray

Source§

fn to_array(&self) -> Array

Source§

impl ToArray for ByteBoolArray

Source§

fn to_array(&self) -> Array

Source§

impl ToArray for DateTimePartsArray

Source§

fn to_array(&self) -> Array

Source§

impl ToArray for DictArray

Source§

fn to_array(&self) -> Array

Source§

impl ToArray for BitPackedArray

Source§

fn to_array(&self) -> Array

Source§

impl ToArray for DeltaArray

Source§

fn to_array(&self) -> Array

Source§

impl ToArray for FoRArray

Source§

fn to_array(&self) -> Array

Source§

impl ToArray for FSSTArray

Source§

fn to_array(&self) -> Array

Source§

impl ToArray for RoaringBoolArray

Source§

fn to_array(&self) -> Array

Source§

impl ToArray for RoaringIntArray

Source§

fn to_array(&self) -> Array

Source§

impl ToArray for RunEndBoolArray

Source§

fn to_array(&self) -> Array

Source§

impl ToArray for RunEndArray

Source§

fn to_array(&self) -> Array

Source§

impl ToArray for ZigZagArray

Source§

fn to_array(&self) -> Array

Implementors§