Expand description
Output configuration for writing Arrow data to various formats.
WriteConfig captures the output file path, format, compression settings,
and overwrite behavior, decoupled from input path validation
(crate::ReadStatPath).
Structsยง
- Write
Config - Output configuration for writing Arrow data.
Enumsยง
- OutFormat
- Output file format for data conversion.
- Parquet
Compression - Parquet compression algorithm.
Functionsยง
- create_
staging_ ๐file - open_
output ๐ - Creates a uniquely named staging file beside the destination. Keeping the staging file in the same directory makes the eventual rename a same-filesystem operation.
- publish_
staging ๐ - resolve_
parquet_ compression - Resolves
ParquetCompressionand an optional level into a Parquet compression codec.