Skip to main content

record_batch_without_identifier_column

Function record_batch_without_identifier_column 

Source
pub fn record_batch_without_identifier_column(
    batch: RecordBatch,
) -> Result<RecordBatch, ArrowError>
Expand description

Drops the catalog identifier column when writing legacy per-identifier formats.

ยงErrors

Returns an [ArrowError] if the record batch cannot be rebuilt.