Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "service/child-query.h"
#include "service/impala-server.inline.h"
#include "service/query-exec-state.h"
#include "util/debug-util.h"
#include "common/names.h"
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) |
#define SET_QUERY_OPTION | ( | NAME, | |
ENUM | |||
) |
Definition at line 113 of file child-query.cc.
Referenced by impala::ChildQuery::SetQueryOptions().