pub type ArrayDataRef = Arc<ArrayData>;
A thread-safe, shared reference to the Arrow array data.
struct ArrayDataRef { /* private fields */ }