MCPcopy Create free account
hub / github.com/apache/datafusion / set_config_format

Method set_config_format

datafusion/common/src/config.rs:2315–2317  ·  view source on GitHub ↗

Sets the file format for the table. # Parameters `format`: The file format to use (e.g., CSV, Parquet).

(&mut self, format: ConfigFileType)

Source from the content-addressed store, hash-verified

2313 ///
2314 /// * `format`: The file format to use (e.g., CSV, Parquet).
2315 pub fn set_config_format(&mut self, format: ConfigFileType) {
2316 self.current_format = Some(format);
2317 }
2318
2319 /// Sets the extensions for this `TableOptions` instance.
2320 ///

Calls

no outgoing calls