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

Method fmt

datafusion/datasource-csv/src/file_format.rs:89–93  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

87
88impl Debug for CsvFormatFactory {
89 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
90 f.debug_struct("CsvFormatFactory")
91 .field("options", &self.options)
92 .finish()
93 }
94}
95
96impl FileFormatFactory for CsvFormatFactory {

Callers

nothing calls this directly

Calls 2

finishMethod · 0.45
fieldMethod · 0.45

Tested by

no test coverage detected