Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ file_uri
Method
file_uri
datafusion-examples/src/utils/csv_to_parquet.rs:47–49 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
45
}
46
47
pub fn file_uri(&self) -> Result<String> {
48
Ok(format!(
"file://{}"
, self.path_str()?))
49
}
50
}
51
52
/// Helper for examples: load a CSV file and materialize it as Parquet
Callers
2
query_parquet
Function · 0.80
parquet_exec_visitor
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected