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

Function TEST_P

cpp/src/arrow/io/compressed_test.cc:171–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169};
170
171TEST_P(CompressedInputStreamTest, CompressibleData) {
172 auto codec = MakeCodec();
173 auto data = MakeCompressibleData(COMPRESSIBLE_DATA_SIZE);
174
175 CheckCompressedInputStream(codec.get(), data);
176}
177
178TEST_P(CompressedInputStreamTest, RandomData) {
179 auto codec = MakeCodec();

Callers

nothing calls this directly

Calls 15

CompressDataOneShotFunction · 0.85
SliceBufferFunction · 0.85
RunCompressedInputStreamFunction · 0.85
WrapFunction · 0.85
ConcatenateBuffersFunction · 0.85
MakeCompressibleDataFunction · 0.70
MakeRandomDataFunction · 0.70
ASSERT_OK_AND_ASSIGNFunction · 0.50
getMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected