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

Method fmt

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

Source from the content-addressed store, hash-verified

122
123impl Debug for JsonFormatFactory {
124 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
125 f.debug_struct("JsonFormatFactory")
126 .field("options", &self.options)
127 .finish()
128 }
129}
130
131/// JSON `FileFormat` implementation supporting both line-delimited and array formats.

Callers

nothing calls this directly

Calls 2

finishMethod · 0.45
fieldMethod · 0.45

Tested by

no test coverage detected