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

Method into_inner

datafusion-cli/src/exec.rs:393–399  ·  view source on GitHub ↗

Finalize and return the inner `PrintOptions`

(mut self)

Source from the content-addressed store, hash-verified

391
392 /// Finalize and return the inner `PrintOptions`
393 fn into_inner(mut self) -> PrintOptions {
394 if self.inner.format == PrintFormat::Automatic {
395 self.inner.format = PrintFormat::Table;
396 }
397
398 self.inner
399 }
400}
401
402fn config_file_type_from_str(ext: &str) -> Option<ConfigFileType> {

Callers 4

get_schemaMethod · 0.45
do_getMethod · 0.45
clientFunction · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected