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

Method isSystemDb

fe/src/main/java/org/apache/impala/catalog/Db.java:203–204  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

201 public ReentrantLock getLock() { return dbLock_; }
202
203 @Override // FeDb
204 public boolean isSystemDb() { return isSystemDb_; }
205 @Override // FeDb
206 public TDatabase toThrift() { return thriftDb_.get(); }
207 @Override // FeDb

Callers 2

addScalarBuiltinMethod · 0.95
addBuiltinMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected