
public class OInternalResultSet extends Object implements OResultSet, OResettable
Spliterator.OfDouble, Spliterator.OfInt, Spliterator.OfLong, Spliterator.OfPrimitive<T,T_CONS,T_SPLITR extends Spliterator.OfPrimitive<T,T_CONS,T_SPLITR>>| Modifier and Type | Field and Description |
|---|---|
protected OExecutionPlan |
plan |
CONCURRENT, DISTINCT, IMMUTABLE, NONNULL, ORDERED, SIZED, SORTED, SUBSIZED| Constructor and Description |
|---|
OInternalResultSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(OResult nextResult) |
void |
close() |
OInternalResultSet |
copy() |
Optional<OExecutionPlan> |
getExecutionPlan() |
Map<String,Long> |
getQueryStats() |
boolean |
hasNext() |
OResult |
next() |
void |
reset() |
void |
setPlan(OExecutionPlan plan) |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcharacteristics, edgeStream, elementStream, estimateSize, forEachRemaining, remove, stream, tryAdvance, trySplit, vertexStreamgetComparator, getExactSizeIfKnown, hasCharacteristicsprotected OExecutionPlan plan
public boolean hasNext()
hasNext in interface OResultSethasNext in interface Iterator<OResult>public OResult next()
next in interface OResultSetnext in interface Iterator<OResult>public void close()
close in interface OResultSetclose in interface AutoCloseablepublic Optional<OExecutionPlan> getExecutionPlan()
getExecutionPlan in interface OResultSetpublic void setPlan(OExecutionPlan plan)
public Map<String,Long> getQueryStats()
getQueryStats in interface OResultSetpublic void add(OResult nextResult)
public void reset()
reset in interface OResettablereset in interface OResultSetpublic int size()
public OInternalResultSet copy()
Copyright © 2009–2025 OrientDB. All rights reserved.