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

Method Make

cpp/src/arrow/acero/tpch_node.cc:3534–3539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3532} // namespace
3533
3534Result<std::unique_ptr<TpchGen>> TpchGen::Make(ExecPlan* plan, double scale_factor,
3535 int64_t batch_size,
3536 std::optional<int64_t> seed) {
3537 if (!seed.has_value()) seed = GetRandomSeed();
3538 return std::make_unique<TpchGenImpl>(plan, scale_factor, batch_size, *seed);
3539}
3540
3541} // namespace internal
3542} // namespace acero

Callers

nothing calls this directly

Calls 1

GetRandomSeedFunction · 0.85

Tested by

no test coverage detected