orc_rust

Module arrow_writer

source

Structs§

  • 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.
  • Construct an ArrowWriter to encode RecordBatches into a single ORC file.