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

Method fmt

datafusion/expr/src/registry.rs:422–426  ·  view source on GitHub ↗
(&self, f: &mut Formatter<'_>)

Source from the content-addressed store, hash-verified

420
421impl Debug for ExtensionTypeRegistration {
422 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
423 f.debug_struct("DefaultExtensionTypeRegistration")
424 .field("type_name", &self.name)
425 .finish()
426 }
427}
428
429/// An [`ExtensionTypeRegistry`] that uses in memory [`HashMap`]s.

Callers

nothing calls this directly

Calls 2

finishMethod · 0.45
fieldMethod · 0.45

Tested by

no test coverage detected