MCPcopy Create free account
hub / github.com/apache/impala / load

Method load

be/src/codegen/codegen-fn-ptr.h:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51class CodegenFnPtr : public CodegenFnPtrBase {
52 public:
53 FuncType load() const {
54 return reinterpret_cast<FuncType>(CodegenFnPtrBase::load());
55 }
56
57 void store(FuncType value) {
58 CodegenFnPtrBase::store(reinterpret_cast<void*>(value));

Callers 15

c3.v7.min.jsFile · 0.45
get_cookiesFunction · 0.45
get_resultsMethod · 0.45
show_reportFunction · 0.45
reload_reportsFunction · 0.45
front_pageFunction · 0.45
start_new_jobsMethod · 0.45

Calls 1

loadFunction · 0.85

Tested by 14

test_ddl_lineageMethod · 0.36
TEST_FFunction · 0.36
StartManagerMethod · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
NumTransmitsReceivedMethod · 0.36
AddLlvmCodegenEchoMethod · 0.36
AddLlvmCodegenDoubleMethod · 0.36