pub(crate) fn last_component(s: &str) -> &str
Strip qualifying prefixes from a dotted identifier, returning the final component. schema.table → table; t → t.
schema.table
table
t