MCPcopy Create free account
hub / github.com/apache/arrow / PushConditionEntry

Method PushConditionEntry

cpp/src/gandiva/expr_decomposer.cc:319–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319void ExprDecomposer::PushConditionEntry(const IfNode& node) {
320 std::unique_ptr<IfStackEntry> entry(new IfStackEntry(node, kStackEntryCondition));
321 if_entries_stack_.emplace(std::move(entry));
322}
323
324void ExprDecomposer::PopConditionEntry(const IfNode& node) {
325 DCHECK_EQ(if_entries_stack_.empty(), false) << "PopConditionEntry: found empty stack";

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64