
public class DeleteFromIndexStep extends AbstractExecutionStep
| Modifier and Type | Field and Description |
|---|---|
protected OIndexInternal |
index |
ctx, next, prev, profilingEnabled, timedOut| Constructor and Description |
|---|
DeleteFromIndexStep(OIndex index,
OBooleanExpression condition,
OBinaryCondition additionalRangeCondition,
OBooleanExpression ridCondition,
OCommandContext ctx,
boolean profilingEnabled) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getCost()
returns the absolute cost (in nanoseconds) of the execution of this step
|
protected boolean |
isOrderAsc() |
String |
prettyPrint(int depth,
int indent) |
OResultSet |
syncPull(OCommandContext ctx,
int nRecords) |
getContext, getCostFormatted, getNext, getPrev, isProfilingEnabled, sendTimeout, setNext, setPrevious, setProfilingEnabledclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbasicDeserialize, basicSerialize, canBeCached, copy, deserialize, getDescription, getIndent, getName, getSubExecutionPlans, getSubSteps, getTargetNode, getType, reset, serializetoResultprotected final OIndexInternal index
public DeleteFromIndexStep(OIndex index, OBooleanExpression condition, OBinaryCondition additionalRangeCondition, OBooleanExpression ridCondition, OCommandContext ctx, boolean profilingEnabled)
public OResultSet syncPull(OCommandContext ctx, int nRecords) throws OTimeoutException
OTimeoutExceptionpublic void close()
close in interface OExecutionStepInternalclose in class AbstractExecutionStepprotected boolean isOrderAsc()
public String prettyPrint(int depth, int indent)
public long getCost()
OExecutionStepCopyright © 2009–2025 OrientDB. All rights reserved.