Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ apply_order
Method
apply_order
datafusion/optimizer/src/optimizer.rs:748–750 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
746
}
747
748
fn apply_order(&self) -> Option<ApplyOrder> {
749
Some(ApplyOrder::TopDown)
750
}
751
752
fn supports_rewrite(&self) -> bool {
753
true
Callers
1
optimize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected