|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "runtime/disk-io-mgr.h"#include "runtime/disk-io-mgr-internal.h"#include "util/error-util.h"#include "util/hdfs-util.h"#include "common/names.h"Go to the source code of this file.
Variables | |
| const int | MAX_QUEUE_CAPACITY = 128 |
| const int | MIN_QUEUE_CAPACITY = 2 |
| const int MAX_QUEUE_CAPACITY = 128 |
Definition at line 26 of file disk-io-mgr-scan-range.cc.
Referenced by impala::DiskIoMgr::ScanRange::GetNext().
| const int MIN_QUEUE_CAPACITY = 2 |
Definition at line 27 of file disk-io-mgr-scan-range.cc.
Referenced by impala::DiskIoMgr::ScanRange::EnqueueBuffer(), and impala::DiskIoMgr::ScanRange::InitInternal().