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

Function AssertTakeTAT

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

Source from the content-addressed store, hash-verified

1360}
1361
1362void AssertTakeTAT(const std::shared_ptr<Schema>& schm,
1363 const std::vector<std::string>& table_json, const std::string& filter,
1364 const std::vector<std::string>& expected_table) {
1365 ASSERT_OK_AND_ASSIGN(auto actual, TakeTAT(schm, table_json, filter));
1366 ValidateOutput(actual);
1367 ASSERT_TABLES_EQUAL(*TableFromJSON(schm, expected_table), *actual.table());
1368}
1369
1370void AssertTakeTCT(const std::shared_ptr<Schema>& schm,
1371 const std::vector<std::string>& table_json,

Callers 1

TESTFunction · 0.85

Calls 2

ValidateOutputFunction · 0.85
TableFromJSONFunction · 0.85

Tested by

no test coverage detected