Structs§
- Arrow
Writer - 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
. - Arrow
Writer Builder - Construct an
ArrowWriter
to encodeRecordBatch
es into a single ORC file.