Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
query-exec-state.cc File Reference
#include "service/query-exec-state.h"
#include <limits>
#include <gutil/strings/substitute.h>
#include "exprs/expr.h"
#include "exprs/expr-context.h"
#include "runtime/row-batch.h"
#include "runtime/runtime-state.h"
#include "service/impala-server.h"
#include "service/frontend.h"
#include "service/query-options.h"
#include "util/debug-util.h"
#include "util/impalad-metrics.h"
#include "util/time.h"
#include "gen-cpp/CatalogService.h"
#include "gen-cpp/CatalogService_types.h"
#include <thrift/Thrift.h>
#include "common/names.h"
Include dependency graph for query-exec-state.cc:

Go to the source code of this file.

Namespaces

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

Functions

 DECLARE_int32 (catalog_service_port)
 
 DECLARE_string (catalog_service_host)
 
 DECLARE_bool (enable_rm)
 
 DECLARE_int64 (max_result_cache_size)
 

Variables

static const string impala::PER_HOST_MEM_KEY = "Estimated Per-Host Mem"
 
static const string impala::PER_HOST_VCORES_KEY = "Estimated Per-Host VCores"
 
static const string impala::TABLES_MISSING_STATS_KEY = "Tables Missing Stats"
 

Function Documentation

DECLARE_bool ( enable_rm  )
DECLARE_int32 ( catalog_service_port  )
DECLARE_int64 ( max_result_cache_size  )
DECLARE_string ( catalog_service_host  )