MCPcopy Create free account
hub / github.com/apache/paimon-rust / uri

Method uri

crates/paimon/src/arrow/format/vortex.rs:64–66  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

62
63impl VortexReadAt for PaimonVortexReadAt {
64 fn uri(&self) -> Option<&Arc<str>> {
65 None
66 }
67
68 fn concurrency(&self) -> usize {
69 DEFAULT_READ_CONCURRENCY

Callers 1

writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected