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

Method do_values

shell/impala_shell/impala_shell.py:1635–1638  ·  view source on GitHub ↗

Executes a VALUES(...) query, fetching all rows

(self, args)

Source from the content-addressed store, hash-verified

1633 return table
1634
1635 def do_values(self, args):
1636 """Executes a VALUES(...) query, fetching all rows"""
1637 return self._execute_stmt(
1638 self._build_query_string(self.last_leading_comment, self.orig_cmd, args))
1639
1640 def do_with(self, args):
1641 """Executes a query with a WITH clause, fetching all rows"""

Callers

nothing calls this directly

Calls 2

_execute_stmtMethod · 0.95
_build_query_stringMethod · 0.95

Tested by

no test coverage detected