public class OpFetch extends OpExt
| Modifier and Type | Method and Description |
|---|---|
Op |
effectiveOp()
Return an op that will used by query processing algorithms such as
optimization.
|
static void |
enable() |
boolean |
equalTo(Op other,
NodeIsomorphismMap labelMap) |
QueryIterator |
eval(QueryIterator input,
ExecutionContext execCxt)
Evaluate the op, given a stream of bindings as input
Throw UnsupportedOperationException if this OpExt is not executeable.
|
int |
hashCode() |
void |
outputArgs(IndentedWriter out,
SerializationContext sCxt)
Output the arguments in legal SSE format.
|
toString, toStringtoStringpublic OpFetch(Node node)
public static void enable()
public Op effectiveOp()
OpExteffectiveOp in class OpExtpublic QueryIterator eval(QueryIterator input, ExecutionContext execCxt)
OpExtpublic boolean equalTo(Op other, NodeIsomorphismMap labelMap)
public void outputArgs(IndentedWriter out, SerializationContext sCxt)
OpExtoutputArgs in class OpExtLicenced under the Apache License, Version 2.0