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

Method ExecBatchSourceNodeOptions

cpp/src/arrow/acero/options.cc:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63} // namespace
64
65ExecBatchSourceNodeOptions::ExecBatchSourceNodeOptions(
66 std::shared_ptr<Schema> schema, std::vector<ExecBatch> batches,
67 ::arrow::internal::Executor* io_executor)
68 : SchemaSourceNodeOptions(std::move(schema), VecToItMaker(std::move(batches)),
69 io_executor) {}
70
71ExecBatchSourceNodeOptions::ExecBatchSourceNodeOptions(std::shared_ptr<Schema> schema,
72 std::vector<ExecBatch> batches,

Callers

nothing calls this directly

Calls 1

VecToItMakerFunction · 0.85

Tested by

no test coverage detected