Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
impl fmt::Debug for AvroFormatFactory {
70
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
71
f.debug_struct(
"AvroFormatFactory"
).finish()
72
}
73
}
74
75
impl GetExt for AvroFormatFactory {
Callers
nothing calls this directly
Calls
1
finish
Method · 0.45
Tested by
no test coverage detected