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

Function ASSERT_OK_AND_ASSIGN

cpp/src/arrow/acero/source_node_test.cc:123–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 ASSERT_GT(num_batches, num_pass); // must have more batches after pausing
122 auto t_schema = schema({field("time", int32()), field("value", int32())});
123 ASSERT_OK_AND_ASSIGN(auto t_batches,
124 MakeIntegerBatches({[](int row) -> int64_t { return row; },
125 [](int row) -> int64_t { return row + 1; }},
126 t_schema, num_batches, batch_size));
127

Callers 14

TESTFunction · 0.70
TESTFunction · 0.70
CheckOrderByFunction · 0.70
TESTFunction · 0.70
CheckFetchFunction · 0.70
TESTFunction · 0.70
TestVarStdMultiBatchFunction · 0.70
TESTFunction · 0.70
TESTFunction · 0.70
TestPauseThenStopFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected