| 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_; } |
| 291 | const TUniqueId& query_id() const { return query_ctx_.query_id; } |