MCPcopy 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

78impl OptimizeProjections {
79 #[expect(missing_docs)]
80 pub fn new() -> Self {
81 Self {}
82 }
83}
84
85impl OptimizerRule for OptimizeProjections {

Callers

nothing calls this directly

Calls 3

newFunction · 0.85
build_join_schemaFunction · 0.50
schemaMethod · 0.45

Tested by

no test coverage detected