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

Method schema_dir_path

crates/paimon/src/catalog/filesystem.rs:138–140  ·  view source on GitHub ↗

Path to the schema directory under a table path.

(&self, table_path: &str)

Source from the content-addressed store, hash-verified

136
137 /// Path to the schema directory under a table path.
138 fn schema_dir_path(&self, table_path: &str) -> String {
139 make_path(table_path, SCHEMA_DIR)
140 }
141
142 /// Get the schema file path for a given version (table_path/schema/schema-{version}).
143 fn schema_file_path(&self, table_path: &str, schema_id: i64) -> String {

Callers 1

save_table_schemaMethod · 0.80

Calls 1

make_pathFunction · 0.85

Tested by

no test coverage detected