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

Method get_column_names

shell/impala_shell/impala_client.py:341–343  ·  view source on GitHub ↗

Get a list of column names for the query. The query must have a result set.

(self, last_query_handle)

Source from the content-addressed store, hash-verified

339 raise NotImplementedError()
340
341 def get_column_names(self, last_query_handle):
342 """Get a list of column names for the query. The query must have a result set."""
343 raise NotImplementedError()
344
345 def expect_result_metadata(self, query_str, query_handle):
346 """Given a query string and handle, return True if impalad expects result metadata."""

Callers 1

_format_outputstreamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected