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.
ยงPanics
This function will panic if either the name
or the schema
(if provided) cannot be parsed as valid Identifiers.