|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "service/query-options.h"#include "util/debug-util.h"#include "util/mem-info.h"#include "util/parse-util.h"#include "gen-cpp/ImpalaInternalService_types.h"#include <sstream>#include <boost/foreach.hpp>#include <boost/algorithm/string.hpp>#include <gutil/strings/substitute.h>#include "common/names.h"Go to the source code of this file.
Functions | |
| static Status | ParseMemValue (const string &value, const string &key, int64_t *result) |
| int | GetQueryOptionForKey (const string &key) |
| int GetQueryOptionForKey | ( | const string & | key | ) |
Definition at line 53 of file query-options.cc.
|
static |
Definition at line 39 of file query-options.cc.
References impala::Status::OK, impala::ParseUtil::ParseMemSpec(), and impala::MemInfo::physical_mem().