Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "util/debug-util.h"
#include <iomanip>
#include <sstream>
#include <boost/foreach.hpp>
#include "common/version.h"
#include "runtime/descriptors.h"
#include "runtime/raw-value.h"
#include "runtime/tuple-row.h"
#include "runtime/row-batch.h"
#include "util/cpu-info.h"
#include "util/string-parser.h"
#include "common/names.h"
Go to the source code of this file.
Namespaces | |
google::glog_internal_namespace_ | |
impala | |
This file contains type definitions that are used throughout the code base. | |
Macros | |
#define | THRIFT_ENUM_OUTPUT_FN_IMPL(E, MAP) |
#define | THRIFT_ENUM_OUTPUT_FN(E) THRIFT_ENUM_OUTPUT_FN_IMPL(E , _##E##_VALUES_TO_NAMES) |
#define | THRIFT_ENUM_PRINT_FN(E) |
#define THRIFT_ENUM_OUTPUT_FN | ( | E | ) | THRIFT_ENUM_OUTPUT_FN_IMPL(E , _##E##_VALUES_TO_NAMES) |
Definition at line 56 of file debug-util.cc.
#define THRIFT_ENUM_OUTPUT_FN_IMPL | ( | E, | |
MAP | |||
) |
Definition at line 45 of file debug-util.cc.
#define THRIFT_ENUM_PRINT_FN | ( | E | ) |
Definition at line 59 of file debug-util.cc.