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

Method session_id

tests/common/impala_connection.py:764–767  ·  view source on GitHub ↗
(self, operation_handle)

Source from the content-addressed store, hash-verified

762 return "" if id is None else id
763
764 def session_id(self, operation_handle):
765 cursor = operation_handle.get_handle()
766 session_id = self.__get_session_id(cursor)
767 return session_id if session_id else str(cursor.session)
768
769 def handle_id(self, operation_handle):
770 query_id = self.get_query_id(operation_handle)

Callers 12

CurrentSessionMethod · 0.80
QueryStateExpandedMethod · 0.80
ExecAndFetchMethod · 0.80
GetOperationStatusMethod · 0.80
CancelOperationMethod · 0.80
CloseImpalaOperationMethod · 0.80
GetResultSetMetadataMethod · 0.80
FetchResultsMethod · 0.80
GetLogMethod · 0.80
OtelTraceManagerMethod · 0.80
StartChildSpanInitMethod · 0.80

Calls 2

__get_session_idMethod · 0.95
get_handleMethod · 0.80

Tested by 1