15 #ifndef IMPALA_SERVICE_QUERY_OPTIONS_H
16 #define IMPALA_SERVICE_QUERY_OPTIONS_H
31 std::map<std::string, std::string>* configuration);
35 Status
SetQueryOption(
const std::string& key,
const std::string& value,
36 TQueryOptions* query_options);
41 Status
ParseQueryOptions(
const std::string& options, TQueryOptions* query_options);
void TQueryOptionsToMap(const TQueryOptions &query_options, std::map< std::string, std::string > *configuration)
Converts a TQueryOptions struct into a map of key, value pairs.
Status ParseQueryOptions(const std::string &options, TQueryOptions *query_options)
void SetQueryOption(TImpalaQueryOptions::type opt, const T &opt_val, TExecuteStatementReq *exec_stmt_req)