PrimaryKeyArray

Type Alias PrimaryKeyArray 

Source
pub(crate) type PrimaryKeyArray = DictionaryArray<UInt32Type>;
Expand description

Arrow array type for the primary key dictionary.

Aliased Typeยง

pub(crate) struct PrimaryKeyArray { /* private fields */ }