void filter(string funct) { OperatorInfo *op = new OperatorInfo(); op->set_type(OperatorInfo::FILTER); FilterInfo *ext = op->MutableExtension(FilterInfo::ext); OperatorInfo *extsrc = ext->mutable_source(); extsrc->CopyFrom(*m_op); ext->set_function(funct); m_op = op; } void flatMap(string funct) { OperatorInfo *op = new Opera
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected