MCPcopy 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_refsFunction · 0.45
schema_columnsFunction · 0.45
optimizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected