pub(crate) type PrimaryKeyArrayBuilder = BinaryDictionaryBuilder<UInt32Type>;
Builder type for primary key dictionary array.
pub(crate) struct PrimaryKeyArrayBuilder { /* private fields */ }