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

Method CanAddAlias

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

Source from the content-addressed store, hash-verified

240}
241
242Status FunctionRegistry::CanAddAlias(const std::string& target_name,
243 const std::string& source_name) {
244 return impl_->CanAddAlias(target_name, source_name);
245}
246
247Status FunctionRegistry::AddAlias(const std::string& target_name,
248 const std::string& source_name) {

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36