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

Method with_format

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

Builder‐style setter for `format`

(mut self, format: ExplainFormat)

Source from the content-addressed store, hash-verified

3243
3244 /// Builder‐style setter for `format`
3245 pub fn with_format(mut self, format: ExplainFormat) -> Self {
3246 self.format = format;
3247 self
3248 }
3249}
3250
3251/// Produces a relation with string representations of

Callers 3

try_into_logical_planMethod · 0.45
benchmark_queryMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected