Module arrow_writer

Source

Structs§

ArrowWriter
Encodes RecordBatches into an ORC file. Will encode batch_size rows at a time into a stripe, flushing the stripe to the underlying writer when it’s estimated memory footprint exceeds the configures stripe_byte_size.
ArrowWriterBuilder
Construct an ArrowWriter to encode RecordBatches into a single ORC file.