Type Alias arrow_rayon::parallel_int_array::ParallelInt8ArrayRef

source ·
pub type ParallelInt8ArrayRef<'data> = ParallelPrimitiveArrayRef<'data, Int8Type>;

Aliased Type§

struct ParallelInt8ArrayRef<'data> { /* private fields */ }