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

Method do_merge

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

Source from the content-addressed store, hash-verified

1704 return self.__do_dml(self.orig_cmd, args)
1705
1706 def do_merge(self, args):
1707 return self.__do_dml(self.orig_cmd, args)
1708
1709 def do_explain(self, args):
1710 """Explain the query execution plan"""

Callers

nothing calls this directly

Calls 1

__do_dmlMethod · 0.95

Tested by

no test coverage detected