1pub mod reader; 2pub mod writer; 3 4pub use reader::scan_parquet_file; 5pub use writer::TableWriter;