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

Function ASSERT_OK_AND_ASSIGN

cpp/src/arrow/acero/hash_join_node_test.cc:3270–3272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3268 // before outputting.
3269 const int num_left_rows = ExecBatchBuilder::num_rows_max();
3270 ASSERT_OK_AND_ASSIGN(
3271 auto left_batches,
3272 MakeIntegerBatches({[](int row_id) -> int64_t { return row_id; }},
3273 schema({field("l_key", int32())}),
3274 /*num_batches=*/1, /*batch_size=*/num_left_rows));
3275 Declaration root{"exec_batch_source",

Callers 5

TakeUsingVectorFunction · 0.70
TESTFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected