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

Function DoRunInvalidPlanTest

cpp/src/arrow/acero/asof_join_node_test.cc:295–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295void DoRunInvalidPlanTest(const BatchesWithSchema& l_batches,
296 const BatchesWithSchema& r_batches,
297 const AsofJoinNodeOptions& join_options,
298 const std::string& expected_error_str) {
299 DoInvalidPlanTest(l_batches, r_batches, join_options, expected_error_str);
300}
301
302void DoRunInvalidPlanTest(const std::shared_ptr<Schema>& l_schema,
303 const std::shared_ptr<Schema>& r_schema,

Callers

nothing calls this directly

Calls 1

DoInvalidPlanTestFunction · 0.85

Tested by

no test coverage detected