Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ fmt
Method
fmt
datafusion-examples/examples/custom_data_source/custom_datasource.rs:114–116 ·
view source on GitHub ↗
(&self, f: &mut Formatter<'_>)
Source
from the content-addressed store, hash-verified
112
113
impl Debug for CustomDataSource {
114
fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result {
115
f.write_str(
"custom_db"
)
116
}
117
}
118
119
impl CustomDataSource {
Callers
nothing calls this directly
Calls
1
write_str
Method · 0.80
Tested by
no test coverage detected