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

Method Codegen

be/src/exec/select-node.cc:55–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void SelectPlanNode::Codegen(FragmentState* state) {
56 DCHECK(state->ShouldCodegen());
57 PlanNode::Codegen(state);
58 if (IsNodeCodegenDisabled()) return;
59 AddCodegenStatus(CodegenCopyRows(state));
60}
61
62Status SelectPlanNode::CodegenCopyRows(FragmentState* state) {
63 LlvmCodeGen* codegen = state->codegen();

Callers

nothing calls this directly

Calls 1

ShouldCodegenMethod · 0.45

Tested by

no test coverage detected