Database

org.apache.spark.sql.catalog.Database
case class Database(name: String, catalog: String, description: String, locationUri: String)

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 null on 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product