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

Method AddAlias

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

Source from the content-addressed store, hash-verified

245}
246
247Status FunctionRegistry::AddAlias(const std::string& target_name,
248 const std::string& source_name) {
249 return impl_->AddAlias(target_name, source_name);
250}
251
252Status FunctionRegistry::CanAddFunctionOptionsType(
253 const FunctionOptionsType* options_type, bool allow_overwrite) {

Callers 3

TESTFunction · 0.45
TEST_PFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.36
TEST_PFunction · 0.36
TESTFunction · 0.36