TakeXA = {TakeAAA, TakeCAC}
| 1288 | |
| 1289 | // TakeXA = {TakeAAA, TakeCAC} |
| 1290 | void 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} |
| 1298 | void CheckTakeXA(const std::shared_ptr<DataType>& type, const std::string& values_json, |
no test coverage detected