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

Method with_analyze

datafusion/expr/src/logical_plan/plan.rs:3239–3242  ·  view source on GitHub ↗

Builder‐style setter for `analyze`

(mut self, analyze: bool)

Source from the content-addressed store, hash-verified

3237
3238 /// Builder‐style setter for `analyze`
3239 pub fn with_analyze(mut self, analyze: bool) -> Self {
3240 self.analyze = analyze;
3241 self
3242 }
3243
3244 /// Builder‐style setter for `format`
3245 pub fn with_format(mut self, format: ExplainFormat) -> Self {

Callers 2

explainMethod · 0.80
explainMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected