Functionsยง
- Converts maybe fully-qualified table name (
<catalog>.<schema>.<table>
) to tuple. - Parse table name into
(catalog, schema, table)
with query context and validates if catalog matches current catalog in query context.
<catalog>.<schema>.<table>
) to tuple.(catalog, schema, table)
with query context and validates
if catalog matches current catalog in query context.