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

Function ASSERT_OK_AND_ASSIGN

cpp/src/arrow/csv/reader_test.cc:172–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170 const int NROWS = 1000;
171#endif
172 ASSERT_OK_AND_ASSIGN(auto table_buffer, MakeSampleCsvBuffer(NROWS, [=](size_t row_num) {
173 return row_num != NROWS / 2;
174 }));
175
176 std::vector<Future<std::shared_ptr<Table>>> task_futures(NTASKS);
177 for (int i = 0; i < NTASKS; i++) {

Callers 12

StressTableReaderFunction · 0.70
StressInvalidTableReaderFunction · 0.70
AssertBuildingMethod · 0.70
CheckInferredMethod · 0.70
CheckFixedTypeMethod · 0.70
TEST_FFunction · 0.70
CheckAutoDictEncodedMethod · 0.70
AssertConversionFunction · 0.70
AssertDictConversionFunction · 0.70
AssertConversionErrorFunction · 0.70
TESTFunction · 0.70
TEST_PFunction · 0.70

Calls 3

CountRowsAsyncFunction · 0.85
GetCpuThreadPoolFunction · 0.85
DefaultsFunction · 0.50

Tested by

no test coverage detected