|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "exec/hdfs-text-table-writer.h"#include "exec/exec-node.h"#include "exprs/expr.h"#include "exprs/expr-context.h"#include "runtime/raw-value.h"#include "runtime/row-batch.h"#include "runtime/runtime-state.h"#include "runtime/hdfs-fs-cache.h"#include "util/codec.h"#include "util/compress.h"#include "util/hdfs-util.h"#include <hdfs.h>#include <stdlib.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. | |
Variables | |
| static const int64_t | COMPRESSED_BLOCK_SIZE = 64 * 1024 * 1024 |
| static const int64_t | COMPRESSED_BUFFERED_SIZE = 60 * 1024 * 1024 |
|
static |
Definition at line 33 of file hdfs-text-table-writer.cc.
Referenced by impala::HdfsTextTableWriter::default_block_size().
|
static |
Definition at line 37 of file hdfs-text-table-writer.cc.
Referenced by impala::HdfsTextTableWriter::Init().