Type Alias rerun::external::arrow2::array::Int128Array

source ·
pub type Int128Array = PrimitiveArray<i128>;
Expand description

A type definition PrimitiveArray for i128

Aliased Type§

struct Int128Array { /* private fields */ }