Class TransformFilterConjunction

java.lang.Object
org.apache.jena.sparql.algebra.TransformCopy
org.apache.jena.sparql.algebra.optimize.TransformFilterConjunction
All Implemented Interfaces:
Transform

public class TransformFilterConjunction extends TransformCopy
Redo FILTER (A&&B) as FILTER(A) FILTER(B) (as an expr list). via multiple elements of the exprList of the OpFilter. This allows them to be placed independently.