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

Method fmt

datafusion/datasource/src/morsel/adapters.rs:37–41  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

35
36impl Debug for FileOpenerMorselizer {
37 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
38 f.debug_struct("FileOpenerMorselizer")
39 .field("file_opener", &"...")
40 .finish()
41 }
42}
43
44impl FileOpenerMorselizer {

Callers

nothing calls this directly

Calls 2

finishMethod · 0.45
fieldMethod · 0.45

Tested by

no test coverage detected