MCPcopy Create free account
hub / github.com/apache/kudu / GetFunction

Method GetFunction

src/kudu/codegen/module_builder.cc:186–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186Function* ModuleBuilder::GetFunction(const string& name) {
187 CHECK_EQ(state_, kBuilding);
188 // All extern "C" functions are guaranteed to have the same
189 // exact name as declared in the source file.
190 return CHECK_NOTNULL(module_->getFunction(name));
191}
192
193Type* ModuleBuilder::GetType(const string& name) {
194 CHECK_EQ(state_, kBuilding);

Callers 1

MakeProjectionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected