Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
query-options.h File Reference
#include <string>
#include <map>
#include "common/status.h"
Include dependency graph for query-options.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 impala
 This file contains type definitions that are used throughout the code base.
 

Functions

void impala::TQueryOptionsToMap (const TQueryOptions &query_options, std::map< std::string, std::string > *configuration)
 Converts a TQueryOptions struct into a map of key, value pairs. More...
 
Status impala::SetQueryOption (const std::string &key, const std::string &value, TQueryOptions *query_options)
 
Status impala::ParseQueryOptions (const std::string &options, TQueryOptions *query_options)