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

Method fmt

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

Source from the content-addressed store, hash-verified

68
69impl fmt::Debug for AvroFormatFactory {
70 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
71 f.debug_struct("AvroFormatFactory").finish()
72 }
73}
74
75impl GetExt for AvroFormatFactory {

Callers

nothing calls this directly

Calls 1

finishMethod · 0.45

Tested by

no test coverage detected