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

Function TestTable

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

Source from the content-addressed store, hash-verified

34static constexpr int kNumBatches = 32;
35
36std::shared_ptr<Table> TestTable() {
37 return gen::Gen({gen::Step()})->FailOnError()->Table(kRowsPerBatch, kNumBatches);
38}
39
40void CheckFetch(FetchNodeOptions options) {
41 constexpr random::SeedType kSeed = 42;

Callers 3

CheckFetchFunction · 0.70
CheckFetchInvalidFunction · 0.70
TESTFunction · 0.70

Calls 4

StepFunction · 0.85
FailOnErrorMethod · 0.80
GenFunction · 0.50
TableMethod · 0.45

Tested by

no test coverage detected