Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <boost/assign/list_of.hpp>
#include "util/decompress.h"
#include "exec/read-write-util.h"
#include "runtime/runtime-state.h"
#include "common/logging.h"
#include "gen-cpp/Descriptors_types.h"
#include <zlib.h>
#include <bzlib.h>
#include <snappy.h>
#include <lz4.h>
#include "common/names.h"
Go to the source code of this file.
Functions | |
static Status | SnappyBlockDecompress (int64_t input_len, const uint8_t *input, bool size_only, int64_t *output_len, char *output) |
Variables | |
const int64_t | STREAM_GZIP_OUT_BUF_SIZE = 16 * 1024 * 1024 |
|
static |
Definition at line 303 of file decompress.cc.
References impala::Codec::MAX_BLOCK_SIZE, and impala::Status::OK.
Referenced by impala::SnappyBlockDecompressor::ProcessBlock().
const int64_t STREAM_GZIP_OUT_BUF_SIZE = 16 * 1024 * 1024 |
Definition at line 33 of file decompress.cc.
Referenced by impala::GzipDecompressor::ProcessBlockStreaming().