java.lang.Object
org.apache.jena.sparql.util.PrintSerializableBase
org.apache.jena.sparql.algebra.op.OpBase
org.apache.jena.sparql.algebra.op.Op0
org.apache.jena.sparql.algebra.op.OpTable
- All Implemented Interfaces:
org.apache.jena.atlas.io.Printable
,Op
,Named
,PrintSerializable
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
static OpTable
static OpTable
empty()
PreferOpLib.empty()
for a zeroOp
.boolean
equalTo
(Op other, NodeIsomorphismMap labelMap) getName()
getTable()
int
hashCode()
boolean
static OpTable
unit()
PreferOpLib.unit()
for a unitOp
.void
Methods inherited from class org.apache.jena.sparql.util.PrintSerializableBase
toString, toString
Methods inherited from interface org.apache.jena.sparql.util.PrintSerializable
toString
-
Method Details
-
unit
PreferOpLib.unit()
for a unitOp
. Use this function specifically for a unit table. -
empty
PreferOpLib.empty()
for a zeroOp
. Use this function specifically for a zero table. -
create
-
isJoinIdentity
public boolean isJoinIdentity() -
getTable
-
getName
-
visit
-
apply
-
copy
-
hashCode
public int hashCode() -
equalTo
-