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

Method AddGlobalMappings

cpp/src/gandiva/engine.cc:607–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

605}
606
607arrow::Status Engine::AddGlobalMappings() {
608 ARROW_RETURN_NOT_OK(ExportedFuncsRegistry::AddMappings(this));
609 ExternalCFunctions c_funcs(function_registry_);
610 return c_funcs.AddMappings(this);
611}
612
613const std::string& Engine::ir() {
614 DCHECK(!module_ir_.empty()) << "dump_ir in Configuration must be set for dumping IR";

Callers

nothing calls this directly

Calls 1

AddMappingsMethod · 0.45

Tested by

no test coverage detected