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

Function AsyncVectorIt

cpp/src/arrow/testing/async_test_util.h:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30template <typename T>
31AsyncGenerator<T> AsyncVectorIt(std::vector<T> v) {
32 return MakeVectorGenerator(std::move(v));
33}
34
35template <typename T>
36AsyncGenerator<T> FailAt(AsyncGenerator<T> src, int failing_index) {

Callers 4

MakeSourceMethod · 0.85
TESTFunction · 0.85
TEST_PFunction · 0.85
TESTFunction · 0.85

Calls 1

MakeVectorGeneratorFunction · 0.85

Tested by

no test coverage detected