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

Function MakeIntegerBatchGenForTest

cpp/src/arrow/acero/asof_join_node_test.cc:1659–1663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1657namespace {
1658
1659Result<AsyncGenerator<std::optional<ExecBatch>>> MakeIntegerBatchGenForTest(
1660 const std::vector<std::function<int64_t(int)>>& gens,
1661 const std::shared_ptr<Schema>& schema, int num_batches, int batch_size) {
1662 return MakeIntegerBatchGen(gens, schema, num_batches, batch_size);
1663}
1664
1665template <typename T>
1666T GetEnvValue(const std::string& var, T default_value) {

Callers

nothing calls this directly

Calls 1

MakeIntegerBatchGenFunction · 0.85

Tested by

no test coverage detected