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

Method databases

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

Get the databases endpoint path.

(&self)

Source from the content-addressed store, hash-verified

65
66 /// Get the databases endpoint path.
67 pub fn databases(&self) -> String {
68 format!("{}/{}", self.base_path, Self::DATABASES)
69 }
70
71 /// Get a specific database endpoint path.
72 pub fn database(&self, name: &str) -> String {

Callers 2

list_databases_pagedMethod · 0.80
create_databaseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected