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.