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

Method QueryOptions

be/src/service/impala-server.cc:2225–2229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2223}
2224
2225TQueryOptions 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
2231Status ImpalaServer::WaitForResults(const TUniqueId& query_id,
2232 QueryHandle* query_handle, int64_t* block_on_wait_time_us,

Callers 5

PopulateOdbcGetInfoFunction · 0.80
OpenSessionMethod · 0.80
SubmitQueryMethod · 0.80
QueryToTQueryContextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected