Skip to main content

Module batch_builder

Module batch_builder 

Source
Expand description

Columnar RecordBatch construction from decoded COBOL records. RecordBatch builder that accumulates records and flushes Arrow batches

Feeds decoded COBOL records into column accumulators and produces Arrow RecordBatch objects when the configured batch size is reached.

Structsยง

RecordBatchBuilder
Builds Arrow RecordBatch objects from a stream of raw COBOL records.