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

Method fmt

datafusion-cli/src/object_storage/instrumented.rs:109–111  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

107
108impl fmt::Display for InstrumentedObjectStoreMode {
109 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
110 write!(f, "{self:?}")
111 }
112}
113
114impl FromStr for InstrumentedObjectStoreMode {

Callers

nothing calls this directly

Calls 8

durationMethod · 0.80
to_batchMethod · 0.80
intoMethod · 0.45
loadMethod · 0.45
finishMethod · 0.45
fieldMethod · 0.45
pushMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected