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

Function function_registry

cpp/src/gandiva/configuration.h:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 bool target_host_cpu() const { return target_host_cpu_; }
55 bool dump_ir() const { return dump_ir_; }
56 std::shared_ptr<FunctionRegistry> function_registry() const {
57 return function_registry_;
58 }
59
60 void set_optimize(bool optimize) { optimize_ = optimize; }
61 void set_dump_ir(bool dump_ir) { dump_ir_ = dump_ir; }

Callers 1

_make_global_functionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected