Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ to_dfschema
Method
to_dfschema
datafusion/common/src/dfschema.rs:1175–1177 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1173
1174
impl ToDFSchema for Schema {
1175
fn to_dfschema(self) -> Result<DFSchema> {
1176
DFSchema::try_from(self)
1177
}
1178
}
1179
1180
impl ToDFSchema for SchemaRef {
Callers
5
logical2physical
Function · 0.80
create
Method · 0.80
get_parquet_exec
Function · 0.80
to_dfschema_ref
Method · 0.80
create_plan_with_many_exprs
Function · 0.80
Calls
4
new
Function · 0.85
empty
Function · 0.50
len
Method · 0.45
into
Method · 0.45
Tested by
1
get_parquet_exec
Function · 0.64