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

Method emptyline

shell/impala_shell/impala_shell.py:1911–1912  ·  view source on GitHub ↗

If an empty line is entered, do nothing

(self)

Source from the content-addressed store, hash-verified

1909 return self._execute_stmt(line, print_web_link=True)
1910
1911 def emptyline(self):
1912 """If an empty line is entered, do nothing"""
1913
1914 def do_version(self, args):
1915 """Prints the Impala build version"""

Callers 1

onecmdMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected