Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "exec/exec-node.h"
#include <sstream>
#include <unistd.h>
#include <thrift/protocol/TDebugProtocol.h>
#include "codegen/codegen-anyval.h"
#include "codegen/llvm-codegen.h"
#include "common/object-pool.h"
#include "common/status.h"
#include "exprs/expr.h"
#include "exec/aggregation-node.h"
#include "exec/analytic-eval-node.h"
#include "exec/cross-join-node.h"
#include "exec/data-source-scan-node.h"
#include "exec/empty-set-node.h"
#include "exec/exchange-node.h"
#include "exec/hash-join-node.h"
#include "exec/hdfs-scan-node.h"
#include "exec/hbase-scan-node.h"
#include "exec/select-node.h"
#include "exec/partitioned-aggregation-node.h"
#include "exec/partitioned-hash-join-node.h"
#include "exec/sort-node.h"
#include "exec/topn-node.h"
#include "exec/union-node.h"
#include "runtime/descriptors.h"
#include "runtime/mem-tracker.h"
#include "runtime/mem-pool.h"
#include "runtime/row-batch.h"
#include "runtime/runtime-state.h"
#include "util/debug-util.h"
#include "util/runtime-profile.h"
#include "common/names.h"
Go to the source code of this file.
Namespaces | |
impala | |
This file contains type definitions that are used throughout the code base. | |
Functions | |
DEFINE_bool (enable_partitioned_hash_join, true,"Enable partitioned hash join") | |
DEFINE_bool (enable_partitioned_aggregation, true,"Enable partitioned hash agg") | |
DEFINE_bool | ( | enable_partitioned_hash_join | , |
true | , | ||
"Enable partitioned hash join" | |||
) |
DEFINE_bool | ( | enable_partitioned_aggregation | , |
true | , | ||
"Enable partitioned hash agg" | |||
) |