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

Method close_dml

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

Source from the content-addressed store, hash-verified

446 fetch_profile_after_close)
447
448 def close_dml(self, operation_handle):
449 self.log_handle(operation_handle, 'closing DML query')
450 self.__beeswax_client.close_dml(operation_handle.get_handle())
451
452 def execute(self, sql_stmt, user=None, fetch_profile_after_close=False,
453 fetch_exec_summary=False, profile_format=TRuntimeProfileFormat.STRING):

Callers 2

test_user_validationMethod · 0.45
test_close_dmlMethod · 0.45

Calls 2

get_handleMethod · 0.80
log_handleMethod · 0.45

Tested by 2

test_user_validationMethod · 0.36
test_close_dmlMethod · 0.36