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

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

A reference-counted reference to a generic Array.

Trait Implementations

Performs the conversion.