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

Method collect_statistics

datafusion/execution/src/config.rs:260–262  ·  view source on GitHub ↗

Are statistics collected during execution?

(&self)

Source from the content-addressed store, hash-verified

258
259 /// Are statistics collected during execution?
260 pub fn collect_statistics(&self) -> bool {
261 self.options.execution.collect_statistics
262 }
263
264 /// Compression codec for spill file
265 pub fn spill_compression(&self) -> SpillCompression {

Callers 8

createMethod · 0.80
infer_optionsMethod · 0.80
get_tableMethod · 0.80
get_tableMethod · 0.80
get_tableMethod · 0.80
get_tableMethod · 0.80
get_tableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected