[][src]Type Definition arrow::array::ArrayRef

type ArrayRef = Arc<dyn Array>;

A reference-counted reference to a generic Array.