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

Function AssertTakeTCT

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

Source from the content-addressed store, hash-verified

1368}
1369
1370void AssertTakeTCT(const std::shared_ptr<Schema>& schm,
1371 const std::vector<std::string>& table_json,
1372 const std::vector<std::string>& filter,
1373 const std::vector<std::string>& expected_table) {
1374 ASSERT_OK_AND_ASSIGN(auto actual, TakeTCT(schm, table_json, filter));
1375 ValidateOutput(actual);
1376 ASSERT_TABLES_EQUAL(*TableFromJSON(schm, expected_table), *actual.table());
1377}
1378
1379// Validators used by random data tests
1380

Callers 1

TESTFunction · 0.85

Calls 2

ValidateOutputFunction · 0.85
TableFromJSONFunction · 0.85

Tested by

no test coverage detected