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

Method default

shell/impala_shell/impala_shell.py:1906–1909  ·  view source on GitHub ↗

Called for any command that doesn't have a do_*() method. Sends the command with any arguments and trailing comment to the server.

(self, line)

Source from the content-addressed store, hash-verified

1904 self.readline.add_history(history_item)
1905
1906 def default(self, line):
1907 """Called for any command that doesn't have a do_*() method. Sends the command
1908 with any arguments and trailing comment to the server."""
1909 return self._execute_stmt(line, print_web_link=True)
1910
1911 def emptyline(self):
1912 """If an empty line is entered, do nothing"""

Callers 1

onecmdMethod · 0.95

Calls 1

_execute_stmtMethod · 0.95

Tested by

no test coverage detected