MCPcopy Create free account
hub / github.com/apache/arrow / MaxCompressedLen

Method MaxCompressedLen

cpp/src/arrow/util/compression_lz4.cc:355–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353 }
354
355 int64_t MaxCompressedLen(int64_t input_len,
356 const uint8_t* ARROW_ARG_UNUSED(input)) override {
357 return LZ4_compressBound(static_cast<int>(input_len));
358 }
359
360 Result<int64_t> Compress(int64_t input_len, const uint8_t* input,
361 int64_t output_buffer_len, uint8_t* output_buffer) override {

Callers 12

CompressDataOneShotFunction · 0.45
CompressBufferMethod · 0.45
CompressFunction · 0.45
CheckCodecRoundtripFunction · 0.45
TESTFunction · 0.45
TEST_PFunction · 0.45
TestPageSerdeCrcMethod · 0.45
TEST_FFunction · 0.45
CompressMethod · 0.45

Calls

no outgoing calls

Tested by 8

CompressDataOneShotFunction · 0.36
CheckCodecRoundtripFunction · 0.36
TESTFunction · 0.36
TEST_PFunction · 0.36
TestPageSerdeCrcMethod · 0.36
TEST_FFunction · 0.36