MCPcopy Create free account
hub / github.com/OpenBMB/BMTools / get_tables

Method get_tables

bmtools/tools/database/utils/database.py:193–197  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

191 return total_cost
192
193 def get_tables(self):
194 if self.args.dbtype == 'mysql':
195 return self.mysql_get_tables()
196 else:
197 return self.pgsql_get_tables()
198
199 # query cost estimated by the optimizer
200 def cost_estimation(self, sql):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected