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, RecordBatchReaderSource) {
84 constexpr random::SeedType kSeed = 42;

Callers

nothing calls this directly

Calls 9

CheckFetchFunction · 0.85
RegisterTestNodesFunction · 0.85
JitterNodeOptionsClass · 0.85
DeclarationToTableFunction · 0.85
AssertTablesEqualFunction · 0.85
CheckFetchInvalidFunction · 0.85
TestTableFunction · 0.70
ASSERT_OK_AND_ASSIGNFunction · 0.70
SliceMethod · 0.45

Tested by

no test coverage detected