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

Method do_update

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

Source from the content-addressed store, hash-verified

1695 return self.__do_dml(self.orig_cmd, args)
1696
1697 def do_update(self, args):
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)

Callers

nothing calls this directly

Calls 1

__do_dmlMethod · 0.95

Tested by

no test coverage detected