MCPcopy Create free account
hub / github.com/apache/impala / getMetaStoreDb

Method getMetaStoreDb

fe/src/main/java/org/apache/impala/catalog/FeDb.java:55–55  ·  view source on GitHub ↗

@return the metastore.api.Database object this Database was created from, or null if it is not related to a hive database such as builtins_db.

()

Source from the content-addressed store, hash-verified

53 * or null if it is not related to a hive database such as builtins_db.
54 */
55 Database getMetaStoreDb();
56
57 /**
58 * @return true if the database contains a table with the given name

Callers 13

analyzeMethod · 0.95
setTableLocationMethod · 0.65
alterDatabaseTestMethod · 0.65
testEventBatchingMethod · 0.65
describeDbMinimalMethod · 0.65
describeDbExtendedMethod · 0.65
onDbMethod · 0.65

Implementers 2

Dbfe/src/main/java/org/apache/impala/cat
LocalDbfe/src/main/java/org/apache/impala/cat

Calls

no outgoing calls