fn write_batch_to_parquet(
writer: &mut SerializedFileWriter<File>,
batch: &[ParquetDataRow],
headers: &[&str],
) -> Result<(), ParquetError>
Expand description
Writes a batch of ParquetDataRow to the Parquet file using the provided writer.