MCPcopy Create free account
hub / github.com/bytedance/bolt / TEST_F

Function TEST_F

bolt/functions/prestosql/tests/ArrayIntersectTest.cpp:154–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152} // namespace
153
154TEST_F(ArrayIntersectTest, intArrays) {
155 testInt<int8_t>();
156 testInt<int16_t>();
157 testInt<int32_t>();
158 testInt<int64_t>();
159}
160
161TEST_F(ArrayIntersectTest, floatArrays) {
162 testFloatingPoint<float>();

Callers

nothing calls this directly

Calls 3

ARRAYFunction · 0.85
registerVectorFunctionFunction · 0.50
signaturesFunction · 0.50

Tested by

no test coverage detected