Module map

Source
Expand description

I define MapTripleSource and MapQuadSource, the result type of TripleSource::map_triples and QuadSource::map_quads respectively.

Structsยง

MapQuadSource
The result of QuadSource::map_quads.
MapQuadSourceIterator
Iterator implementation for the returned value of QuadSource::map_quads or QuadSource::map_quads.
MapTripleSource
The result of TripleSource::map_triples.
MapTripleSourceIterator
Iterator implementation for the returned value of TripleSource::map_triples or QuadSource::map_quads.