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

Method do_insert

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

Source from the content-addressed store, hash-verified

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)
1705
1706 def do_merge(self, args):
1707 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