Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ into_fields
Method
into_fields
datafusion/expr/src/logical_plan/builder.rs:1590–1592 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1588
}
1589
1590
pub fn into_fields(self) -> Fields {
1591
self.inner.into()
1592
}
1593
}
1594
1595
/// Returns aliases to make field names unique.
Callers
1
infer_inner
Method · 0.80
Calls
1
into
Method · 0.45
Tested by
no test coverage detected