Structs§
- Encodes
RecordBatch
es into an ORC file. Will encodebatch_size
rows at a time into a stripe, flushing the stripe to the underlying writer when it’s estimated memory footprint exceeds the configuresstripe_byte_size
. - Construct an
ArrowWriter
to encodeRecordBatch
es into a single ORC file.