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

Method fetch_rows_lock

be/src/service/client-request-state.h:315–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313 }
314 std::mutex* lock() { return &lock_; }
315 std::mutex* fetch_rows_lock() { return &fetch_rows_lock_; }
316
317 /// ExecState is stored using an AtomicEnum, so reads do not require holding lock_.
318 ExecState exec_state() const { return exec_state_.Load(); }

Callers 4

FetchInternalMethod · 0.80
FetchAllRowsHS2Method · 0.80
ArchiveQueryMethod · 0.80
FetchInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected