Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ new
Method
new
datafusion/optimizer/src/optimize_projections/mod.rs:80–82 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
78
impl OptimizeProjections {
79
#[expect(missing_docs)]
80
pub fn new() -> Self {
81
Self {}
82
}
83
}
84
85
impl OptimizerRule for OptimizeProjections {
Callers
nothing calls this directly
Calls
3
new
Function · 0.85
build_join_schema
Function · 0.50
schema
Method · 0.45
Tested by
no test coverage detected