Skip to main content

ArraySlots

Type Alias ArraySlots 

Source
pub type ArraySlots = SmallVec<[Option<ArrayRef>; 4]>;
Expand description

The slots of an array: a collection of optional child arrays.

Most encodings have 4 or fewer slots, so we use a SmallVec to avoid heap allocation in the common case.

Aliased Typeยง

pub struct ArraySlots { /* private fields */ }