Inherited from Serializable
Inherited from Serializable
Inherited from Command
Inherited from LogicalPlan
Inherited from Logging
Inherited from QueryPlan[LogicalPlan]
Inherited from TreeNode[LogicalPlan]
Inherited from Product
Inherited from Equals
Inherited from AnyRef
Inherited from Any
A command for users to list the databases/schemas. If a databasePattern is supplied then the databases that only matches the pattern would be listed. The syntax of using this command in SQL is:
SHOW (DATABASES|SCHEMAS) [LIKE 'identifier_with_wildcards'];