Catalog#
|
Computes table statistics (same as SQL |
|
Caches the specified table in-memory or with given storage level. |
Removes all cached tables from the in-memory cache. |
|
|
Creates a namespace (database/schema). |
|
Creates a table based on the dataset in a data source. |
|
Creates a table based on the dataset in a data source. |
Returns the current catalog in this session. |
|
Returns the current database (namespace) in this session. |
|
|
Check if the database with the specified name exists. |
|
Drops a namespace. |
|
Drops the global temporary view with the given view name in the catalog. |
|
Drops a persistent table. |
|
Drops the local temporary view with the given view name in the catalog. |
|
Drops a persistent view. |
|
Check if the function with the specified name exists. |
|
Returns the |
|
Get the database with the specified name. |
|
Get the function with the specified name. |
|
Get the table or view with the specified name. |
|
Returns all table properties as a dict (same as |
|
Returns true if the table is currently cached in-memory. |
Lists named in-memory cache entries (same as |
|
|
Returns a list of catalogs available in this session. |
|
Returns a list of columns for the given table/view in the specified database. |
|
Returns a list of databases (namespaces) available within the current catalog. |
|
Returns a list of functions registered in the current database (namespace), or in the database given by |
|
Lists partition value strings for a table (same as |
|
Returns a list of tables/views in the current database (namespace), or in the database given by |
|
Lists views in a namespace. |
|
Recovers all the partitions in the directory of a table and updates the catalog. |
|
Invalidates and refreshes all the cached data (and the associated metadata) for any DataFrame that contains the given data source path. |
|
Invalidates and refreshes all the cached data and metadata of the given table. |
|
An alias for |
|
Sets the current catalog in this session. |
|
Sets the current database (namespace) in this session. |
|
Check if the table or view with the specified name exists. |
|
Truncates a table (removes all data from the table; not supported for views). |
|
Removes the specified table from the in-memory cache. |