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

Class OperationHandle

tests/common/impala_connection.py:129–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127
128# Common wrapper around the internal types of HS2/Beeswax operation/query handles.
129class OperationHandle(object):
130 def __init__(self, handle, sql_stmt):
131 self.__handle = handle
132 self.__sql_stmt = sql_stmt
133
134 def get_handle(self):
135 return self.__handle
136
137 def sql_stmt(self):
138 return self.__sql_stmt
139
140
141# Represents an Impala connection.

Callers 3

execute_asyncMethod · 0.85
executeMethod · 0.85
execute_asyncMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected