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

Method Call

cpp/src/arrow/compute/exec_test.cc:1129–1132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1127 }
1128
1129 Result<Datum> Call(const std::vector<Datum>& args, const FunctionOptions* options,
1130 ExecContext* ctx) override {
1131 return CallFunction(func_name, args, options, ctx);
1132 }
1133 Result<Datum> Call(const std::vector<Datum>& args, ExecContext* ctx) override {
1134 return CallFunction(func_name, args, ctx);
1135 }

Callers

nothing calls this directly

Calls 1

CallFunctionFunction · 0.85

Tested by

no test coverage detected