
public class FilterStep extends AbstractExecutionStep
ctx, next, prev, profilingEnabled, timedOut| Constructor and Description |
|---|
FilterStep(OWhereClause whereClause,
OCommandContext ctx,
long timeoutMillis,
boolean profilingEnabled) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeCached() |
OExecutionStep |
copy(OCommandContext ctx) |
void |
deserialize(OResult fromResult) |
long |
getCost()
returns the absolute cost (in nanoseconds) of the execution of this step
|
String |
prettyPrint(int depth,
int indent) |
OResult |
serialize() |
OResultSet |
syncPull(OCommandContext ctx,
int nRecords) |
close, getContext, getCostFormatted, getNext, getPrev, isProfilingEnabled, sendTimeout, setNext, setPrevious, setProfilingEnabledclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbasicDeserialize, basicSerialize, getDescription, getIndent, getName, getSubExecutionPlans, getSubSteps, getTargetNode, getType, resettoResultpublic FilterStep(OWhereClause whereClause, OCommandContext ctx, long timeoutMillis, boolean profilingEnabled)
public OResultSet syncPull(OCommandContext ctx, int nRecords) throws OTimeoutException
OTimeoutExceptionpublic String prettyPrint(int depth, int indent)
public OResult serialize()
public void deserialize(OResult fromResult)
public long getCost()
OExecutionSteppublic boolean canBeCached()
public OExecutionStep copy(OCommandContext ctx)
Copyright © 2009–2025 OrientDB. All rights reserved.