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

Method CreateGlobalStringPtr

cpp/src/gandiva/llvm_generator.h:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 llvm::IRBuilder<>* ir_builder() { return generator_->ir_builder(); }
142 llvm::Module* module() { return generator_->module(); }
143 llvm::Constant* CreateGlobalStringPtr(const std::string& string) {
144 return generator_->CreateGlobalStringPtr(string);
145 }
146
147 // Generate the code to build the combined validity (bitwise and) from the
148 // vector of validities.

Callers 1

CreateGlobalStringPtrFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected