decode_primary_keys

Function decode_primary_keys 

Source
pub(crate) fn decode_primary_keys(
    codec: &dyn PrimaryKeyCodec,
    batch: &RecordBatch,
) -> Result<DecodedPrimaryKeys>
Expand description

Decodes primary keys from a batch and returns decoded primary key information.

The batch must contain a primary key column at the expected index.