proof_of_sql_parser::utility

Function tab

source
pub fn tab(schema: Option<&str>, name: &str) -> Box<TableExpression>
Expand description

Get table from schema and name.

If the schema is None, the table is assumed to be in the default schema.