|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "exec/exchange-node.h"#include <boost/scoped_ptr.hpp>#include "runtime/data-stream-mgr.h"#include "runtime/data-stream-recvr.h"#include "runtime/runtime-state.h"#include "runtime/row-batch.h"#include "util/debug-util.h"#include "util/runtime-profile.h"#include "gen-cpp/PlanNodes_types.h"#include "common/names.h"Go to the source code of this file.
Functions | |
| DEFINE_int32 (exchg_node_buffer_size_bytes, 1024 *1024 *10,"(Advanced) Maximum size of per-query receive-side buffer") | |
| DEFINE_int32 | ( | exchg_node_buffer_size_bytes | , |
| 1024 *1024 * | 10, | ||
| "(Advanced) Maximum size of per-query receive-side buffer" | |||
| ) |