Module datafusion_expr::logical_plan::dml
source · Structs
- Operator that copies the contents of a database to file(s)
- The operator that modifies the content of a database (adapted from substrait WriteRel)
Enums
- When the logical plan is constructed from SQL, CopyOptions will contain arbitrary string tuples which must be parsed into FileTypeWriterOptions. When the logical plan is constructed directly from rust code (such as via the DataFrame API), FileTypeWriterOptions can be provided directly, avoiding the run time cost and fallibility of parsing string based options.