pub(crate) type PrimaryKeyArray = DictionaryArray<UInt32Type>;
Arrow array type for the primary key dictionary.
pub(crate) struct PrimaryKeyArray { /* private fields */ }