Database
org.apache.spark.sql.catalog.Database
A database in the catalog, as returned by Catalog.getDatabase / Catalog.listDatabases.
Value parameters
- catalog
-
name of the catalog the database belongs to (may be
nullon older servers). - description
-
description of the database.
- locationUri
-
path (in the form of a uri) to data files.
- name
-
name of the database.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article