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

Function GetGen

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

Source from the content-addressed store, hash-verified

1424};
1425
1426AsyncGenerator<std::optional<ExecBatch>> GetGen(
1427 AsyncGenerator<std::optional<ExecBatch>> gen) {
1428 return gen;
1429}
1430AsyncGenerator<std::optional<ExecBatch>> GetGen(BatchesWithSchema bws) {
1431 return bws.gen(false, false);
1432}

Callers 1

TestBackpressureFunction · 0.85

Calls 1

genMethod · 0.45

Tested by

no test coverage detected