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

Function DoCheckTakeXA

cpp/src/arrow/compute/kernels/vector_selection_test.cc:1290–1295  ·  view source on GitHub ↗

TakeXA = {TakeAAA, TakeCAC}

Source from the content-addressed store, hash-verified

1288
1289// TakeXA = {TakeAAA, TakeCAC}
1290void DoCheckTakeXA(const std::shared_ptr<Array>& values,
1291 const std::shared_ptr<Array>& indices,
1292 const std::shared_ptr<Array>& expected) {
1293 DoCheckTakeAAA(values, indices, expected);
1294 DoCheckTakeCACWithArrays(values, indices, expected);
1295}
1296
1297// TakeXA = {TakeAAA, TakeCAC}
1298void CheckTakeXA(const std::shared_ptr<DataType>& type, const std::string& values_json,

Callers 5

CheckTakeXAFunction · 0.85
CheckTakeXADictionaryFunction · 0.85
TEST_FFunction · 0.85

Calls 2

DoCheckTakeAAAFunction · 0.85
DoCheckTakeCACWithArraysFunction · 0.85

Tested by

no test coverage detected