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

Method put_opts

benchmarks/src/util/latency_object_store.rs:94–101  ·  view source on GitHub ↗
(
        &self,
        location: &Path,
        payload: PutPayload,
        opts: PutOptions,
    )

Source from the content-addressed store, hash-verified

92#[async_trait]
93impl<T: ObjectStore> ObjectStore for LatencyObjectStore<T> {
94 async fn put_opts(
95 &self,
96 location: &Path,
97 payload: PutPayload,
98 opts: PutOptions,
99 ) -> Result<PutResult> {
100 self.inner.put_opts(location, payload, opts).await
101 }
102
103 async fn put_multipart_opts(
104 &self,

Callers 1

load_dataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected