Skip to main content

table_name_from_factor

Function table_name_from_factor 

Source
pub fn table_name_from_factor(
    factor: &TableFactor,
) -> Result<Option<(String, Option<String>)>>
Expand description

Extract table name and optional alias from a table factor.

Returns Err if the table name is schema-qualified.