MCPcopy Create free account
hub / github.com/aherlihy/PythonLLVM / map

Method map

cpp_python_wrapper/TupleSet.h:84–92  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected