Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
child-query.cc File Reference
Include dependency graph for child-query.cc:

Go to the source code of this file.

Namespaces

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

Macros

#define SET_QUERY_OPTION(NAME, ENUM)
 

Functions

template<typename T >
void impala::SetQueryOption (TImpalaQueryOptions::type opt, const T &opt_val, TExecuteStatementReq *exec_stmt_req)
 

Macro Definition Documentation

#define SET_QUERY_OPTION (   NAME,
  ENUM 
)
Value:
if (parent_options.__isset.NAME) {\
SetQueryOption(TImpalaQueryOptions::ENUM,\
parent_options.NAME, exec_stmt_req);\
}
void SetQueryOption(TImpalaQueryOptions::type opt, const T &opt_val, TExecuteStatementReq *exec_stmt_req)
Definition: child-query.cc:102

Definition at line 113 of file child-query.cc.

Referenced by impala::ChildQuery::SetQueryOptions().