Skip to main content

copy_relation_to_csv

Function copy_relation_to_csv 

Source
pub async fn copy_relation_to_csv(
    transaction: &Transaction<'_>,
    file_path_name: PathBuf,
    column_names: &Vec<String>,
    relation: &Relation,
) -> Result<(), Error>