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

Method drop_db

tests/comparison/db_connection.py:252–255  ·  view source on GitHub ↗
(self, db_name)

Source from the content-addressed store, hash-verified

250 self.drop_db(db_name)
251
252 def drop_db(self, db_name):
253 LOG.info("Dropping database %s", db_name)
254 db_name = db_name.lower()
255 self.execute('DROP DATABASE ' + db_name)
256
257 def ensure_empty_db(self, db_name):
258 self.drop_db_if_exists(db_name)

Callers 1

drop_db_if_existsMethod · 0.95

Calls 1

executeMethod · 0.95

Tested by

no test coverage detected