|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
Protected Member Functions | |
| DecompressorTest () | |
| ~DecompressorTest () | |
| void | RunTest (THdfsCompression::type format) |
| void | RunTestStreaming (THdfsCompression::type format) |
| void | CompressAndDecompress (Codec *compressor, Codec *decompressor, int64_t input_len, uint8_t *input) |
| void | CompressAndStreamingDecompress (Codec *compressor, Codec *decompressor, int64_t input_len, uint8_t *input) |
| void | CompressAndDecompressNoOutputAllocated (Codec *compressor, Codec *decompressor, int64_t input_len, uint8_t *input) |
Protected Attributes | |
| uint8_t | input_ [2 *26 *1024] |
| uint8_t | input_streaming_ [32 *1024 *1024+1] |
| MemTracker | mem_tracker_ |
| MemPool | mem_pool_ |
Definition at line 30 of file decompress-test.cc.
|
inlineprotected |
Definition at line 32 of file decompress-test.cc.
References input_, and input_streaming_.
|
inlineprotected |
Definition at line 51 of file decompress-test.cc.
References impala::MemPool::FreeAll(), and mem_pool_.
|
inlineprotected |
Definition at line 102 of file decompress-test.cc.
References impala::MemPool::Allocate(), impala::Codec::MaxOutputLen(), mem_pool_, impala::Status::ok(), and impala::Codec::ProcessBlock().
Referenced by RunTest().
|
inlineprotected |
Definition at line 170 of file decompress-test.cc.
References impala::MemPool::Allocate(), impala::Codec::MaxOutputLen(), mem_pool_, impala::Status::ok(), and impala::Codec::ProcessBlock().
Referenced by RunTest().
|
inlineprotected |
Definition at line 142 of file decompress-test.cc.
References impala::Status::ok(), impala::Codec::ProcessBlock(), and impala::Codec::ProcessBlockStreaming().
Referenced by RunTestStreaming().
|
inlineprotected |
Definition at line 55 of file decompress-test.cc.
References CompressAndDecompress(), CompressAndDecompressNoOutputAllocated(), impala::Codec::CreateCompressor(), impala::Codec::CreateDecompressor(), input_, and mem_pool_.
|
inlineprotected |
Definition at line 85 of file decompress-test.cc.
References CompressAndStreamingDecompress(), impala::Codec::CreateCompressor(), impala::Codec::CreateDecompressor(), input_streaming_, and mem_pool_.
|
protected |
Definition at line 192 of file decompress-test.cc.
Referenced by DecompressorTest(), and RunTest().
|
protected |
Definition at line 198 of file decompress-test.cc.
Referenced by DecompressorTest(), and RunTestStreaming().
|
protected |
Definition at line 201 of file decompress-test.cc.
Referenced by CompressAndDecompress(), CompressAndDecompressNoOutputAllocated(), RunTest(), RunTestStreaming(), and ~DecompressorTest().
|
protected |
Definition at line 200 of file decompress-test.cc.