#include "runtime/plan-fragment-executor.h"
#include <thrift/protocol/TDebugProtocol.h>
#include <boost/date_time/posix_time/posix_time_types.hpp>
#include <boost/unordered_map.hpp>
#include <boost/foreach.hpp>
#include <gutil/strings/substitute.h>
#include "codegen/llvm-codegen.h"
#include "common/logging.h"
#include "common/object-pool.h"
#include "exec/data-sink.h"
#include "exec/exec-node.h"
#include "exec/exchange-node.h"
#include "exec/scan-node.h"
#include "exec/hdfs-scan-node.h"
#include "exec/hbase-table-scanner.h"
#include "exprs/expr.h"
#include "runtime/descriptors.h"
#include "runtime/data-stream-mgr.h"
#include "runtime/row-batch.h"
#include "runtime/mem-tracker.h"
#include "util/cgroups-mgr.h"
#include "util/cpu-info.h"
#include "util/debug-util.h"
#include "util/container-util.h"
#include "util/parse-util.h"
#include "util/mem-info.h"
#include "util/periodic-counter-updater.h"
#include "util/llama-util.h"
#include "util/pretty-printer.h"
#include "common/names.h"
Go to the source code of this file.
|
| impala |
| This file contains type definitions that are used throughout the code base.
|
|
|
| DEFINE_bool (serialize_batch, false,"serialize and deserialize each returned row batch") |
|
| DEFINE_int32 (status_report_interval, 5,"interval between profile reports; in seconds") |
|
| DECLARE_bool (enable_rm) |
|
DECLARE_bool |
( |
enable_rm |
| ) |
|
DEFINE_bool |
( |
serialize_batch |
, |
|
|
false |
, |
|
|
"serialize and deserialize each returned row batch" |
|
|
) |
| |
DEFINE_int32 |
( |
status_report_interval |
, |
|
|
5 |
, |
|
|
"interval between profile reports; in seconds" |
|
|
) |
| |