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

Method Make

cpp/src/arrow/acero/exec_plan.cc:395–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393}
394
395Result<std::shared_ptr<ExecPlan>> ExecPlan::Make(
396 QueryOptions opts, ExecContext ctx,
397 std::shared_ptr<const KeyValueMetadata> metadata) {
398 return std::shared_ptr<ExecPlan>(new ExecPlanImpl{opts, ctx, std::move(metadata)});
399}
400
401Result<std::shared_ptr<ExecPlan>> ExecPlan::Make(
402 ExecContext ctx, std::shared_ptr<const KeyValueMetadata> metadata) {

Callers

nothing calls this directly

Calls 5

ARROW_ASSIGN_OR_RAISEFunction · 0.70
MakeFunction · 0.50
executorMethod · 0.45
memory_poolMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected