MCPcopy Create free account
hub / github.com/apache/datafusion / with_skip_failing_rules

Method with_skip_failing_rules

datafusion/optimizer/src/optimizer.rs:211–214  ·  view source on GitHub ↗

Specify whether the optimizer should skip rules that produce errors, or fail the query

(mut self, b: bool)

Source from the content-addressed store, hash-verified

209 /// Specify whether the optimizer should skip rules that produce
210 /// errors, or fail the query
211 pub fn with_skip_failing_rules(mut self, b: bool) -> Self {
212 Arc::make_mut(&mut self.options).optimizer.skip_failed_rules = b;
213 self
214 }
215
216 /// Specify how many times to attempt to optimize the plan
217 pub fn with_max_passes(mut self, v: u8) -> Self {

Callers 10

frontendFunction · 0.80
test_sqlFunction · 0.80
skip_failing_ruleFunction · 0.80
no_skip_failing_ruleFunction · 0.80
test_sqlFunction · 0.80
optimize_planFunction · 0.80

Calls

no outgoing calls

Tested by 9

test_sqlFunction · 0.64
skip_failing_ruleFunction · 0.64
no_skip_failing_ruleFunction · 0.64
test_sqlFunction · 0.64
optimize_planFunction · 0.64