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

Method num_rows_fetched

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

Source from the content-addressed store, hash-verified

284 }
285
286 int num_rows_fetched() const { return num_rows_fetched_; }
287 void set_fetched_rows() { fetched_rows_ = true; }
288 bool fetched_rows() const { return fetched_rows_; }
289 bool returns_result_set() const { return !result_metadata_.columns.empty(); }

Callers 5

InitMethod · 0.80
FetchInternalMethod · 0.80
FetchAllRowsHS2Method · 0.80
FetchInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected