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ยง
- Record
Batch Builder - Builds Arrow
RecordBatchobjects from a stream of raw COBOL records.