Class OpDistinct
- java.lang.Object
-
- All Implemented Interfaces:
org.apache.jena.atlas.io.Printable
,Op
,Named
,PrintSerializable
public class OpDistinct extends OpDistinctReduced
-
-
Constructor Summary
Constructors Constructor Description OpDistinct(Op subOp)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Op
apply(Transform transform, Op subOp)
Op1
copy(Op subOp)
static Op
create(Op op)
boolean
equalTo(Op other, NodeIsomorphismMap labelMap)
java.lang.String
getName()
int
hashCode()
void
visit(OpVisitor opVisitor)
-
Methods inherited from class org.apache.jena.sparql.algebra.op.OpModifier
removeModifiers
-
Methods inherited from class org.apache.jena.sparql.util.PrintSerializableBase
toString, toString
-
Methods inherited from interface org.apache.jena.sparql.util.PrintSerializable
toString
-
-