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

Method for_catalog_properties

crates/paimon/src/api/resource_paths.rs:48–54  ·  view source on GitHub ↗

Create ResourcePaths from catalog options.

(options: &Options)

Source from the content-addressed store, hash-verified

46
47 /// Create ResourcePaths from catalog options.
48 pub fn for_catalog_properties(options: &Options) -> Self {
49 let prefix = options
50 .get(CatalogOptions::PREFIX)
51 .map(|s| s.as_str())
52 .unwrap_or("");
53 Self::new(prefix)
54 }
55
56 /// Get the base path.
57 pub fn base_path(&self) -> &str {

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected