Function session::table_name::table_idents_to_full_name

source ยท
pub fn table_idents_to_full_name(
    obj_name: &ObjectName,
    query_ctx: &QueryContextRef,
) -> Result<(String, String, String)>
Expand description

Converts maybe fully-qualified table name (<catalog>.<schema>.<table>) to tuple.