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

Method set_fetched_rows

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

Source from the content-addressed store, hash-verified

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(); }
290 const TResultSetMetadata* result_metadata() const { return &result_metadata_; }

Callers 3

FetchInternalMethod · 0.80
FetchAllRowsHS2Method · 0.80
FetchInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected