On 07/05/11 17:25, Jorge Christodoulou wrote:
Does anyone know a way to get the intersection of two Result Sets(com.hp.hpl.jena.query.ResultSet)?
I'm curious - what's the use case for this?There's nothing to do that. You will have to write some code to do it - getting the results as QueryIterators may make it possible to write it using ARQ query engine code. Maybe.
Do you want exact intersection or where they have common variables, the values are the same (which is a join).
Andy
