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

Method log

datafusion/common/src/config.rs:3501–3505  ·  view source on GitHub ↗
(&self, record: &Record)

Source from the content-addressed store, hash-verified

3499 }
3500
3501 fn log(&self, record: &Record) {
3502 if self.enabled(record.metadata()) {
3503 COUNT.fetch_add(1, std::sync::atomic::Ordering::Relaxed);
3504 }
3505 }
3506 fn flush(&self) {}
3507 }
3508 log::set_logger(&SimpleLogger).unwrap();

Callers 7

log_decimal32Function · 0.80
log_decimal64Function · 0.80
log_decimal128Function · 0.80
log_decimal256Function · 0.80
invoke_with_argsMethod · 0.80

Calls 2

enabledMethod · 0.45
metadataMethod · 0.45

Tested by 2