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

Method do_desc

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

Source from the content-addressed store, hash-verified

1676 return self.__do_describe(self.orig_cmd, args)
1677
1678 def do_desc(self, args):
1679 return self.__do_describe("describe", args)
1680
1681 def __do_describe(self, cmd, args):
1682 """Executes a DESCRIBE... query, fetching all rows"""

Callers

nothing calls this directly

Calls 1

__do_describeMethod · 0.95

Tested by

no test coverage detected