pub fn open_parquet_writer<P: AsRef<Path>>(
    path: P,
    schema: ArrowSchema
) -> Result<FileWriter<File>>
Expand description

Open a Parquet writer using BookData defaults.