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

Method drop_view

tests/comparison/db_connection.py:497–499  ·  view source on GitHub ↗
(self, view_name, if_exists=True)

Source from the content-addressed store, hash-verified

495 self.execute('DROP TABLE IF EXISTS ' + table_name.lower())
496
497 def drop_view(self, view_name, if_exists=True):
498 LOG.info('Dropping view %s', view_name)
499 self.execute('DROP VIEW IF EXISTS ' + view_name.lower())
500
501 def index_table(self, table_name):
502 LOG.info('Indexing table %s', table_name)

Callers 1

fetch_query_resultsMethod · 0.80

Calls 1

executeMethod · 0.95

Tested by

no test coverage detected