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

Method set_containing_subplan

be/src/exec/exec-node.h:306–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304 SubplanNode* get_containing_subplan() const { return containing_subplan_; }
305
306 void set_containing_subplan(SubplanNode* sp) {
307 DCHECK(containing_subplan_ == nullptr);
308 containing_subplan_ = sp;
309 }
310
311 int64_t limit() const { return limit_; }
312

Callers 1

SetContainingSubplanMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected