Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
This is the complete list of members for impala::SnappyCompressor, including all inherited members.
buffer_length_ | impala::Codec | protected |
BZIP2_COMPRESSION | impala::Codec | static |
Close() | impala::Codec | virtual |
Codec class | impala::SnappyCompressor | friend |
impala::Codec::Codec(MemPool *mem_pool, bool reuse_buffer) | impala::Codec | protected |
CODEC_MAP | impala::Codec | static |
CodecMap typedef | impala::Codec | |
ComputeChecksum(int64_t input_len, const uint8_t *input) | impala::SnappyCompressor | static |
CreateCompressor(MemPool *mem_pool, bool reuse, THdfsCompression::type format, boost::scoped_ptr< Codec > *compressor) | impala::Codec | static |
CreateCompressor(MemPool *mem_pool, bool reuse, const std::string &codec, boost::scoped_ptr< Codec > *compressor) | impala::Codec | static |
CreateDecompressor(MemPool *mem_pool, bool reuse, THdfsCompression::type format, boost::scoped_ptr< Codec > *decompressor) | impala::Codec | static |
CreateDecompressor(MemPool *mem_pool, bool reuse, const std::string &codec, boost::scoped_ptr< Codec > *decompressor) | impala::Codec | static |
DEFAULT_COMPRESSION | impala::Codec | static |
file_extension() const | impala::SnappyCompressor | inlinevirtual |
GetCodecName(THdfsCompression::type) | impala::Codec | static |
GetHadoopCodecClassName(THdfsCompression::type, std::string *out_name) | impala::Codec | static |
GZIP_COMPRESSION | impala::Codec | static |
Init() | impala::SnappyCompressor | inlineprivatevirtual |
MAX_BLOCK_SIZE | impala::Codec | static |
MaxOutputLen(int64_t input_len, const uint8_t *input=NULL) | impala::SnappyCompressor | virtual |
memory_pool_ | impala::Codec | protected |
out_buffer_ | impala::Codec | protected |
ProcessBlock(bool output_preallocated, int64_t input_length, const uint8_t *input, int64_t *output_length, uint8_t **output) | impala::SnappyCompressor | virtual |
ProcessBlock32(bool output_preallocated, int input_length, const uint8_t *input, int *output_length, uint8_t **output) | impala::Codec | |
ProcessBlockStreaming(int64_t input_length, const uint8_t *input, int64_t *input_bytes_read, int64_t *output_length, uint8_t **output, bool *eos) | impala::Codec | inlinevirtual |
reuse_buffer_ | impala::Codec | protected |
reuse_output_buffer() const | impala::Codec | inline |
SNAPPY_COMPRESSION | impala::Codec | static |
SnappyCompressor(MemPool *mem_pool=NULL, bool reuse_buffer=false) | impala::SnappyCompressor | private |
temp_memory_pool_ | impala::Codec | protected |
UNKNOWN_CODEC_ERROR | impala::Codec | static |
~Codec() | impala::Codec | inlinevirtual |
~SnappyCompressor() | impala::SnappyCompressor | inlinevirtual |