Type Alias arrow::array::ArrayRef

pub type ArrayRef = Arc<dyn Array>;
Expand description

A reference-counted reference to a generic Array

Aliased Typeยง

struct ArrayRef { /* private fields */ }