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, toString
toString
public OpFetch(Node node)
public static void enable()
public Op effectiveOp()
OpExt
effectiveOp
in class OpExt
public QueryIterator eval(QueryIterator input, ExecutionContext execCxt)
OpExt
public boolean equalTo(Op other, NodeIsomorphismMap labelMap)
public void outputArgs(IndentedWriter out, SerializationContext sCxt)
OpExt
outputArgs
in class OpExt
Licenced under the Apache License, Version 2.0