void merge(TupleSet *other) { OperatorInfo *op = new OperatorInfo(); op->set_type(OperatorInfo::MERGE); MergeInfo *ext = op->MutableExtension(MergeInfo::ext); OperatorInfo *extlhs = ext->mutable_left_hand_side(); extlhs->CopyFrom(*m_op); OperatorInfo *extrhs = ext->mutable_right_hand_side(); extrhs->CopyFrom(*other->m_op); m_op = op;
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected