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

Method MakeCodec

cpp/src/arrow/util/compression_test.cc:323–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321 Compression::type GetCompression() { return GetParam(); }
322
323 std::unique_ptr<Codec> MakeCodec() { return *Codec::Create(GetCompression()); }
324};
325
326TEST(TestCodecMisc, GetCodecAsString) {

Callers

nothing calls this directly

Calls 1

GetCompressionFunction · 0.85

Tested by

no test coverage detected