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

Method codegen

be/src/codegen/codegen-anyval.h:259–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257 codegen_(nullptr), builder_(nullptr) {}
258
259 LlvmCodeGen* codegen() const { return codegen_; }
260 LlvmBuilder* builder() const { return builder_; }
261 const ColumnType& type() { return type_; }
262

Calls

no outgoing calls

Tested by

no test coverage detected