| 2223 | } |
| 2224 | |
| 2225 | TQueryOptions ImpalaServer::SessionState::QueryOptions() { |
| 2226 | TQueryOptions ret = *server_default_query_options; |
| 2227 | OverlayQueryOptions(set_query_options, set_query_options_mask, &ret); |
| 2228 | return ret; |
| 2229 | } |
| 2230 | |
| 2231 | Status ImpalaServer::WaitForResults(const TUniqueId& query_id, |
| 2232 | QueryHandle* query_handle, int64_t* block_on_wait_time_us, |
no outgoing calls
no test coverage detected