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

Function join

tests/util/web_pages_util.py:114–118  ·  view source on GitHub ↗

Returns result from queue returned by 'start', and waits for proc to complete.

(proc, queue)

Source from the content-addressed store, hash-verified

112
113
114def join(proc, queue):
115 """Returns result from queue returned by 'start', and waits for proc to complete."""
116 result = queue.get()
117 proc.join()
118 return result

Callers 15

ResolveRequestPoolMethod · 0.85
getUsernameMethod · 0.85
ExecMethod · 0.85
UpdateCatalogMethod · 0.85
UpdateExecSummaryMethod · 0.85
WaitForRuntimeFiltersMethod · 0.85

Calls 2

getMethod · 0.65
joinMethod · 0.45