Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "exec/hdfs-text-scanner.h"
#include "codegen/llvm-codegen.h"
#include "exec/delimited-text-parser.h"
#include "exec/delimited-text-parser.inline.h"
#include "exec/hdfs-lzo-text-scanner.h"
#include "exec/hdfs-scan-node.h"
#include "exec/scanner-context.inline.h"
#include "exec/text-converter.h"
#include "exec/text-converter.inline.h"
#include "runtime/row-batch.h"
#include "runtime/runtime-state.h"
#include "util/codec.h"
#include "util/decompress.h"
#include "util/cpu-info.h"
#include "util/debug-util.h"
#include "common/names.h"
Go to the source code of this file.
Functions | |
DEFINE_bool (debug_disable_streaming_gzip, false,"Debug flag, will be removed. Disables ""streaming gzip decompression.") | |
Variables | |
const int64_t | GZIP_FIXED_READ_SIZE = 1 * 1024 * 1024 |
DEFINE_bool | ( | debug_disable_streaming_gzip | , |
false | , | ||
"Debug | flag, | ||
will be removed.Disables""streaming gzip decompression." | |||
) |
const int64_t GZIP_FIXED_READ_SIZE = 1 * 1024 * 1024 |
Definition at line 49 of file hdfs-text-scanner.cc.
Referenced by impala::HdfsTextScanner::FillByteBufferGzip().