LargeBinaryArrayRefParallelIterator

Trait LargeBinaryArrayRefParallelIterator 

Source
pub trait LargeBinaryArrayRefParallelIterator<'data> {
    type Iter: ParallelIterator<Item = Option<&'data [u8]>>;

    // Required method
    fn par_iter(&'data self) -> Self::Iter;
}

Required Associated Types§

Source

type Iter: ParallelIterator<Item = Option<&'data [u8]>>

Required Methods§

Source

fn par_iter(&'data self) -> Self::Iter

Implementations on Foreign Types§

Source§

impl<'data> LargeBinaryArrayRefParallelIterator<'data> for LargeBinaryArray

Implementors§