Type Alias arrow_data::ArrayDataRef

source ·
pub type ArrayDataRef = Arc<ArrayData>;
Expand description

A thread-safe, shared reference to the Arrow array data.

Aliased Type§

struct ArrayDataRef { /* private fields */ }