Type Alias arrow2::array::Int32Array

source ·
pub type Int32Array = PrimitiveArray<i32>;
Expand description

A type definition PrimitiveArray for i32

Aliased Type§

struct Int32Array { /* private fields */ }