Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
runtime-state.h File Reference
#include "common/object-pool.h"
#include <boost/scoped_ptr.hpp>
#include <boost/shared_ptr.hpp>
#include <vector>
#include <string>
#include <sstream>
#include "statestore/query-resource-mgr.h"
#include "runtime/exec-env.h"
#include "runtime/descriptors.h"
#include "runtime/disk-io-mgr.h"
#include "runtime/mem-tracker.h"
#include "runtime/thread-resource-mgr.h"
#include "gen-cpp/PlanNodes_types.h"
#include "gen-cpp/Types_types.h"
#include "gen-cpp/ImpalaInternalService_types.h"
#include "util/runtime-profile.h"
Include dependency graph for runtime-state.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  impala::RuntimeState
 

Namespaces

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

Macros

#define RETURN_IF_CANCELLED(state)
 

Typedefs

typedef std::map< std::string,
TInsertPartitionStatus > 
impala::PartitionStatusMap
 
typedef std::map< std::string,
TInsertStats > 
impala::PartitionInsertStats
 Stats per partition for insert queries. They key is the same as for PartitionRowCount. More...
 
typedef std::map< std::string,
std::string > 
impala::FileMoveMap
 

Macro Definition Documentation