Skip to main content

wrap_pk_binary_to_dict

Function wrap_pk_binary_to_dict 

Source
pub(crate) fn wrap_pk_binary_to_dict(
    record_batch: RecordBatch,
    dict_schema: &SchemaRef,
) -> Result<RecordBatch>
Expand description

Wraps the __primary_key BinaryArray back into a DictionaryArray<UInt32, Binary> with identity keys.