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

Method with_profile_mode

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

Source from the content-addressed store, hash-verified

778 }
779
780 pub fn with_profile_mode(self, mode: InstrumentedObjectStoreMode) -> Self {
781 self.instrument_mode.store(mode as u8, Ordering::Relaxed);
782 self
783 }
784
785 /// Provides access to all of the [`InstrumentedObjectStore`]s managed by this
786 /// [`InstrumentedObjectStoreRegistry`]

Callers 2

main_innerFunction · 0.80
instrumented_registryFunction · 0.80

Calls

no outgoing calls

Tested by 1

instrumented_registryFunction · 0.64