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

Method MakeCodec

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

Source from the content-addressed store, hash-verified

166 Compression::type GetCompression() { return GetParam(); }
167
168 std::unique_ptr<Codec> MakeCodec() { return *Codec::Create(GetCompression()); }
169};
170
171TEST_P(CompressedInputStreamTest, CompressibleData) {

Callers

nothing calls this directly

Calls 1

GetCompressionFunction · 0.85

Tested by

no test coverage detected