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

Method finalized

be/src/runtime/query-driver.h:196–196  ·  view source on GitHub ↗

True if Finalize() was called while the query was inflight.

Source from the content-addressed store, hash-verified

194
195 /// True if Finalize() was called while the query was inflight.
196 bool finalized() const { return finalized_.Load(); }
197
198 /// Functions to set/get whether or not the query managed by this class should be
199 /// recorded in the query log table.

Callers 2

ExecuteMethod · 0.80
GetQueryDriverMethod · 0.80

Calls 1

LoadMethod · 0.45

Tested by

no test coverage detected