pub fn tab(schema: Option<&str>, name: &str) -> Box<TableExpression>
Get table from schema and name.
If the schema is None, the table is assumed to be in the default schema.
None