pub(crate) fn wrap_pk_binary_to_dict( record_batch: RecordBatch, dict_schema: &SchemaRef, ) -> Result<RecordBatch>
Wraps the __primary_key BinaryArray back into a DictionaryArray<UInt32, Binary> with identity keys.
__primary_key
BinaryArray
DictionaryArray<UInt32, Binary>