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

Method set_instrument_mode

datafusion-cli/src/object_storage/instrumented.rs:156–158  ·  view source on GitHub ↗
(&self, mode: InstrumentedObjectStoreMode)

Source from the content-addressed store, hash-verified

154 }
155
156 fn set_instrument_mode(&self, mode: InstrumentedObjectStoreMode) {
157 self.instrument_mode.store(mode as u8, Ordering::Relaxed)
158 }
159
160 /// Returns all [`RequestDetails`] accumulated in this [`InstrumentedObjectStore`] and clears
161 /// the stored requests

Callers 11

executeMethod · 0.80
write_outputFunction · 0.80
instrumented_store_getFunction · 0.80
instrumented_store_listFunction · 0.80
instrumented_store_copyFunction · 0.80
instrumented_store_headFunction · 0.80

Calls 2

readMethod · 0.80
iterMethod · 0.45

Tested by 1

write_outputFunction · 0.64