Skip to main content

table_key

Function table_key 

Source
pub fn table_key(database: &str, table: &str) -> String
Expand description

Internal storage key for a table within a database: database + a unit separator + table. The separator can never appear in a Timestream ResourceName, so the key round-trips unambiguously.