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

Method Codegen

be/src/exec/exec-node.cc:266–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266void PlanNode::Codegen(FragmentState* state) {
267 DCHECK(state->ShouldCodegen());
268 DCHECK(state->codegen() != nullptr);
269 for (PlanNode* child : children_) {
270 child->Codegen(state);
271 }
272}
273
274const string ExecNode::ROW_THROUGHPUT_COUNTER = "RowsReturnedRate";
275

Callers

nothing calls this directly

Calls 2

ShouldCodegenMethod · 0.45
codegenMethod · 0.45

Tested by

no test coverage detected