Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
error-util.h File Reference
#include <string>
#include <vector>
#include <boost/cstdint.hpp>
#include <boost/lexical_cast.hpp>
#include "gen-cpp/CatalogObjects_types.h"
#include "gen-cpp/ErrorCodes_types.h"
#include "gen-cpp/ErrorCodes_constants.h"
#include "gen-cpp/ImpalaInternalService_types.h"
#include "gutil/strings/substitute.h"
Include dependency graph for error-util.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  impala::ErrorMsg
 

Namespaces

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

Typedefs

typedef std::map
< TErrorCode::type,
TErrorLogEntry > 
impala::ErrorLogMap
 Tracks log messages per error code. More...
 

Functions

string impala::GetStrErrMsg ()
 
std::string impala::GetTablesMissingStatsWarning (const std::vector< TTableName > &tables_missing_stats)
 
void impala::MergeErrorMaps (ErrorLogMap *left, const ErrorLogMap &right)
 
void impala::AppendError (ErrorLogMap *map, const ErrorMsg &e)
 
void impala::PrintErrorMap (std::ostream *stream, const ErrorLogMap &errors)
 Helper method to print the contents of an ErrorMap to a stream. More...
 
size_t impala::ErrorCount (const ErrorLogMap &errors)
 
string impala::PrintErrorMapToString (const ErrorLogMap &errors)