Skip to content

Commit fabde80

Browse files
Update datafusion/expr/src/logical_plan/dml.rs
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
1 parent bb745fe commit fabde80

File tree

1 file changed

+1
-0
lines changed
  • datafusion/expr/src/logical_plan

1 file changed

+1
-0
lines changed

datafusion/expr/src/logical_plan/dml.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ pub struct CopyTo {
4040
pub file_type: Arc<dyn FileType>,
4141
/// SQL Options that can affect the formats
4242
pub options: HashMap<String, String>,
43+
/// The schema of the output (a single column "count")
4344
pub output_schema: DFSchemaRef,
4445
}
4546

0 commit comments

Comments
 (0)