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

Function make_path

crates/paimon/src/catalog/filesystem.rs:40–42  ·  view source on GitHub ↗
(parent: &str, child: &str)

Source from the content-addressed store, hash-verified

38const SCHEMA_PREFIX: &str = "schema-";
39
40fn make_path(parent: &str, child: &str) -> String {
41 format!("{parent}/{child}")
42}
43
44/// Filesystem catalog implementation.
45///

Callers 4

database_pathMethod · 0.85
table_pathMethod · 0.85
schema_dir_pathMethod · 0.85
schema_file_pathMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected