We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7f982d commit 8f4dd2fCopy full SHA for 8f4dd2f
1 file changed
datafusion-federation/src/optimize.rs
@@ -11,6 +11,7 @@ use optimize_projections::OptimizeProjections;
11
12
mod optimize_projections;
13
14
+// TODO: Make this a trait that can be implemented by consumers.
15
#[derive(Debug)]
16
pub(crate) struct Optimizer {
17
config: OptimizerContext,
0 commit comments