1 2 3 4 5 6
use crate::planner::operator::copy_to_file::CopyToFileOperator; #[allow(dead_code)] pub struct CopyToFile { op: CopyToFileOperator, }