Type Alias ArrayRef

pub type ArrayRef = Box<dyn Array>;

Aliased Type§

struct ArrayRef(/* private fields */);

Trait Implementations§

Source§

impl GetAnyValue for ArrayRef

Source§

unsafe fn get_unchecked(&self, index: usize) -> AnyValue<'_>

Safety Read more