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

Method Make

cpp/src/arrow/engine/substrait/serde_test.cc:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 using compute::ExecBatch;
101 struct PassNode : public acero::MapNode {
102 static Result<ExecNode*> Make(ExecPlan* plan, std::vector<ExecNode*> inputs,
103 const acero::ExecNodeOptions& options) {
104 RETURN_NOT_OK(ValidateExecNodeInputs(plan, inputs, 1, "PassNode"));
105 return plan->EmplaceNode<PassNode>(plan, inputs, inputs[0]->output_schema());
106 }
107
108 PassNode(ExecPlan* plan, std::vector<ExecNode*> inputs,
109 std::shared_ptr<Schema> output_schema)

Callers

nothing calls this directly

Calls 1

ValidateExecNodeInputsFunction · 0.85

Tested by

no test coverage detected