Type Alias arrow2::array::Int8Array

source ·
pub type Int8Array = PrimitiveArray<i8>;
Expand description

A type definition PrimitiveArray for i8

Aliased Type§

struct Int8Array { /* private fields */ }