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

Method do_delete

shell/impala_shell/impala_shell.py:1700–1701  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

1698 return self.__do_dml(self.orig_cmd, args)
1699
1700 def do_delete(self, args):
1701 return self.__do_dml(self.orig_cmd, args)
1702
1703 def do_insert(self, args):
1704 return self.__do_dml(self.orig_cmd, args)

Callers

nothing calls this directly

Calls 1

__do_dmlMethod · 0.95

Tested by

no test coverage detected