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.
pub fn table_idents_to_full_name(
obj_name: &ObjectName,
query_ctx: &QueryContextRef,
) -> Result<(String, String, String)>Converts maybe fully-qualified table name (<catalog>.<schema>.<table>) to tuple.