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

Method do_describe

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

Source from the content-addressed store, hash-verified

1673 self._build_query_string(self.last_leading_comment, self.orig_cmd, args))
1674
1675 def do_describe(self, args):
1676 return self.__do_describe(self.orig_cmd, args)
1677
1678 def do_desc(self, args):
1679 return self.__do_describe("describe", args)

Callers

nothing calls this directly

Calls 1

__do_describeMethod · 0.95

Tested by

no test coverage detected