MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / TEST_F

Function TEST_F

src/Compression/tests/gtest_compressionCodec.cpp:1782–1791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1780};
1781
1782TEST_F(ALPTest, SupportedFloatTypes)
1783{
1784 std::vector<DataTypePtr> supported_types = {
1785 std::make_shared<DataTypeFloat32>(),
1786 std::make_shared<DataTypeFloat64>()
1787 };
1788
1789 for (const auto & type : supported_types)
1790 ASSERT_NO_THROW(makeCodec("ALP", type)) << "ALP codec should accept " << type->getName();
1791}
1792
1793TEST_F(ALPTest, UnsupportedFloatTypes)
1794{

Callers

nothing calls this directly

Calls 2

makeCodecFunction · 0.85
getNameMethod · 0.45

Tested by

no test coverage detected