public class OpTableSQL extends OpExt
Op that wraps a NodeRelation.| Constructor and Description |
|---|
OpTableSQL(NodeRelation table) |
| Modifier and Type | Method and Description |
|---|---|
static Op |
create(NodeRelation table)
Creates a new OpTableSQL, or a simpler Op if optimizations
are possible.
|
Op |
effectiveOp() |
boolean |
equalTo(Op other,
NodeIsomorphismMap labelMap) |
QueryIterator |
eval(QueryIterator input,
ExecutionContext execCxt) |
int |
hashCode() |
void |
outputArgs(org.openjena.atlas.io.IndentedWriter out,
SerializationContext sCxt) |
NodeRelation |
table() |
toString, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waittoStringpublic OpTableSQL(NodeRelation table)
public static Op create(NodeRelation table)
public NodeRelation table()
public QueryIterator eval(QueryIterator input, ExecutionContext execCxt)
public Op effectiveOp()
effectiveOp in class OpExtpublic void outputArgs(org.openjena.atlas.io.IndentedWriter out,
SerializationContext sCxt)
outputArgs in class OpExt