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

Function TEST

cpp/src/arrow/acero/tpch_node_test.cc:373–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373TEST(TpchNode, Supplier) {
374 ASSERT_OK_AND_ASSIGN(auto res, GenerateTable(&TpchGen::Supplier));
375 VerifySupplier(res);
376}
377
378void VerifyPart(const std::vector<ExecBatch>& batches,
379 double scale_factor = kDefaultScaleFactor) {

Callers

nothing calls this directly

Calls 15

VerifySupplierFunction · 0.85
VerifyPartFunction · 0.85
VerifyPartSuppFunction · 0.85
VerifyCustomerFunction · 0.85
VerifyOrdersFunction · 0.85
VerifyLineitemFunction · 0.85
VerifyNationFunction · 0.85
VerifyRegionFunction · 0.85
default_memory_poolFunction · 0.85
GetCpuThreadPoolFunction · 0.85
AddTableAndSinkToPlanFunction · 0.85
CollectAsyncGeneratorFunction · 0.85

Tested by

no test coverage detected