fn open_plpq_writer<P: AsRef<Path>>(
path: P,
schema: ArrowSchema,
) -> Result<FileWriter<File>>
Expand description
Open a Parquet writer using BookData defaults.
fn open_plpq_writer<P: AsRef<Path>>(
path: P,
schema: ArrowSchema,
) -> Result<FileWriter<File>>
Open a Parquet writer using BookData defaults.