Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "runtime/mem-tracker.h"
#include <boost/algorithm/string/join.hpp>
#include <google/malloc_extension.h>
#include <gutil/strings/substitute.h>
#include "runtime/exec-env.h"
#include "resourcebroker/resource-broker.h"
#include "statestore/query-resource-mgr.h"
#include "util/debug-util.h"
#include "util/mem-info.h"
#include "util/pretty-printer.h"
#include "util/uid-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. | |
Variables | |
const string | impala::REQUEST_POOL_MEM_TRACKER_LABEL_FORMAT = "RequestPool=$0" |