case classTableIdentifier(table: String, database: Option[String]) extends IdentifierWithDatabase with Product with Serializable
Identifies a table in a database.
If database is not defined, the current database is used.
When we register a permanent function in the FunctionRegistry, we use
unquotedString as the function name.
Identifies a table in a database. If
database
is not defined, the current database is used. When we register a permanent function in the FunctionRegistry, we use unquotedString as the function name.