1
2
3
4
5
6
7
use super::*;

impl CsvCodegen {
    pub fn write_csv(&self, _: &XTable, _: &Path) -> XResult<()> {
        todo!()
    }
}