|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "util/error-util.h"#include <boost/foreach.hpp>#include <errno.h>#include <string.h>#include <sstream>Go to the source code of this file.
Namespaces | |
| impala | |
| This file contains type definitions that are used throughout the code base. | |
Functions | |
| string | impala::GetStrErrMsg () |
| string | impala::GetTablesMissingStatsWarning (const vector< TTableName > &tables_missing_stats) |
| void | impala::PrintErrorMap (ostream *stream, const ErrorLogMap &errors) |
| string | impala::PrintErrorMapToString (const ErrorLogMap &errors) |
| void | impala::MergeErrorMaps (ErrorLogMap *left, const ErrorLogMap &right) |
| void | impala::AppendError (ErrorLogMap *map, const ErrorMsg &e) |
| size_t | impala::ErrorCount (const ErrorLogMap &errors) |