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

Method clone

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

Source from the content-addressed store, hash-verified

1205 self._conn.autocommit = True
1206
1207 def clone(self, db_name):
1208 return self._clone(db_name, service=self._service)
1209
1210 @property
1211 def schema(self):

Callers

nothing calls this directly

Calls 1

_cloneMethod · 0.80

Tested by

no test coverage detected