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

Method do_upsert

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

Source from the content-addressed store, hash-verified

1692 return self._execute_stmt(query, is_dml=True, print_web_link=True)
1693
1694 def do_upsert(self, args):
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)

Callers

nothing calls this directly

Calls 1

__do_dmlMethod · 0.95

Tested by

no test coverage detected