Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ name
Method
name
datafusion/optimizer/src/optimizer.rs:684–686 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
682
683
impl OptimizerRule for BadRule {
684
fn name(&self) -> &str {
685
"bad rule"
686
}
687
688
fn supports_rewrite(&self) -> bool {
689
true
Callers
4
has_all_column_refs
Function · 0.45
schema_columns
Function · 0.45
agg_exprs_evaluation_result_on_empty_batch
Function · 0.45
optimize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected