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

Method AddFunctionOptionsType

cpp/src/arrow/compute/registry.cc:257–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257Status FunctionRegistry::AddFunctionOptionsType(const FunctionOptionsType* options_type,
258 bool allow_overwrite) {
259 return impl_->AddFunctionOptionsType(options_type, allow_overwrite);
260}
261
262Result<std::shared_ptr<Function>> FunctionRegistry::GetFunction(
263 const std::string& name) const {

Callers 5

RegisterAggregateOptionsFunction · 0.45
RegisterScalarCastFunction · 0.45
RegisterScalarOptionsFunction · 0.45
TESTFunction · 0.45
RegisterVectorOptionsFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36