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

Method CanAddFunctionOptionsType

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

Source from the content-addressed store, hash-verified

250}
251
252Status FunctionRegistry::CanAddFunctionOptionsType(
253 const FunctionOptionsType* options_type, bool allow_overwrite) {
254 return impl_->CanAddFunctionOptionsType(options_type, allow_overwrite);
255}
256
257Status FunctionRegistry::AddFunctionOptionsType(const FunctionOptionsType* options_type,
258 bool allow_overwrite) {

Callers 3

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36