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

Method do_alter

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

Source from the content-addressed store, hash-verified

1296 return db_table_name
1297
1298 def do_alter(self, args):
1299 return self._execute_stmt(
1300 self._build_query_string(self.last_leading_comment, self.orig_cmd, args))
1301
1302 def do_create(self, args):
1303 # We want to print the webserver link only for CTAS queries.

Callers

nothing calls this directly

Calls 2

_execute_stmtMethod · 0.95
_build_query_stringMethod · 0.95

Tested by

no test coverage detected