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

Function TEST_F

cpp/src/arrow/array/concatenate_test.cc:264–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264TEST_F(ConcatenateTest, NullType) {
265 Check([](int32_t size, double null_probability, std::shared_ptr<Array>* out) {
266 *out = std::make_shared<NullArray>(size);
267 });
268}
269
270TEST_F(ConcatenateTest, StringType) {
271 Check([this](int32_t size, double null_probability, std::shared_ptr<Array>* out) {

Callers

nothing calls this directly

Calls 15

CheckFunction · 0.85
FromArraysFunction · 0.85
struct_Function · 0.85
DictArrayFromJSONFunction · 0.85
AssertArraysEqualFunction · 0.85
to_stringFunction · 0.85
ConcatenateFunction · 0.85
TestInitializedFunction · 0.85
sparse_unionFunction · 0.85
dense_unionFunction · 0.85
ArrayFromJSONFunction · 0.85
default_memory_poolFunction · 0.85

Tested by

no test coverage detected