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

Method get_data

tests/common/impala_connection.py:921–924  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

919 return self.__result_tuples
920
921 def get_data(self):
922 if self.data:
923 return '\n'.join(self.data)
924 return ''
925
926 def __convert_result_row(self, result_tuple):
927 """Take primitive values from a result tuple and construct the tab-separated string

Calls 1

joinMethod · 0.45