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

Function TEST

cpp/src/arrow/acero/fetch_node_test.cc:74–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74TEST(FetchNode, Basic) {
75 CheckFetch({0, 20});
76 CheckFetch({20, 20});
77 CheckFetch({0, 1000});
78 CheckFetch({1000, 20});
79 CheckFetch({50, 50});
80 CheckFetch({0, 0});
81}
82
83TEST(FetchNode, Invalid) {
84 CheckFetchInvalid({-1, 10}, "`offset` must be non-negative");

Callers

nothing calls this directly

Calls 2

CheckFetchFunction · 0.85
CheckFetchInvalidFunction · 0.85

Tested by

no test coverage detected