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

Method MakeCodec

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

Source from the content-addressed store, hash-verified

159 Compression::type GetCompression() { return GetParam(); }
160
161 std::unique_ptr<Codec> MakeCodec() { return *Codec::Create(GetCompression()); }
162};
163
164class CompressedOutputStreamTest : public ::testing::TestWithParam<Compression::type> {

Callers

nothing calls this directly

Calls 1

GetCompressionFunction · 0.85

Tested by

no test coverage detected