Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ fmt
Method
fmt
datafusion/datasource-arrow/src/file_format.rs:345–347 ·
view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)
Source
from the content-addressed store, hash-verified
343
344
impl Debug for ArrowFileSink {
345
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
346
f.debug_struct(
"ArrowFileSink"
).finish()
347
}
348
}
349
350
impl DisplayAs for ArrowFileSink {
Callers
nothing calls this directly
Calls
1
finish
Method · 0.45
Tested by
no test coverage detected