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