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

Method schedule

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

Source from the content-addressed store, hash-verified

260 }
261 bool eos() const { return eos_.Load(); }
262 const QuerySchedulePB* schedule() const { return schedule_.get(); }
263
264 /// Returns the Coordinator for 'QUERY' and 'DML' requests once Coordinator::Exec()
265 /// completes successfully. Otherwise returns null.

Callers 5

InitMethod · 0.80
QueryStateExpandedMethod · 0.80
AdmissionStateHandlerMethod · 0.80
TryQueryRetryMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected