Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "exec/scanner-context.h"
#include "exec/hdfs-scan-node.h"
#include "runtime/row-batch.h"
#include "runtime/mem-pool.h"
#include "runtime/runtime-state.h"
#include "runtime/string-buffer.h"
#include "util/debug-util.h"
#include "common/names.h"
Go to the source code of this file.
Variables | |
static const int64_t | DEFAULT_READ_PAST_SIZE = 1024 |
static const int64_t | OUTPUT_BUFFER_BYTES_LEFT_INIT = 0 |
|
static |
Definition at line 28 of file scanner-context.cc.
Referenced by impala::ScannerContext::Stream::GetNextBuffer().
|
static |
Definition at line 34 of file scanner-context.cc.
Referenced by impala::ScannerContext::AddStream().