Class OExecutionResultSet
java.lang.Object
com.orientechnologies.orient.core.sql.executor.resultset.OExecutionResultSet
- All Implemented Interfaces:
OQueryMetrics,OResultSet,OResultSetInternal,AutoCloseable,Iterator<OResult>,Spliterator<OResult>
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.Spliterator
Spliterator.OfDouble, Spliterator.OfInt, Spliterator.OfLong, Spliterator.OfPrimitive<T,T_CONS, T_SPLITR extends Spliterator.OfPrimitive<T, T_CONS, T_SPLITR>> -
Field Summary
Fields inherited from interface java.util.Spliterator
CONCURRENT, DISTINCT, IMMUTABLE, NONNULL, ORDERED, SIZED, SORTED, SUBSIZED -
Constructor Summary
ConstructorsConstructorDescriptionOExecutionResultSet(OExecutionStream stream, OCommandContext context, OInternalExecutionPlan plan) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.core.sql.executor.OResultSet
characteristics, edgeStream, elementStream, estimateSize, forEachRemaining, remove, reset, stream, tryAdvance, trySplit, vertexStreamMethods inherited from interface java.util.Spliterator
getComparator, getExactSizeIfKnown, hasCharacteristics
-
Constructor Details
-
OExecutionResultSet
public OExecutionResultSet(OExecutionStream stream, OCommandContext context, OInternalExecutionPlan plan)
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<OResult>- Specified by:
hasNextin interfaceOResultSet
-
next
- Specified by:
nextin interfaceIterator<OResult>- Specified by:
nextin interfaceOResultSet
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceOResultSet
-
computeElapsed
protected void computeElapsed() -
getExecutionPlan
- Specified by:
getExecutionPlanin interfaceOResultSet
-
getQueryStats
- Specified by:
getQueryStatsin interfaceOResultSet
-
isDetached
public boolean isDetached()- Specified by:
isDetachedin interfaceOResultSetInternal
-
isExplain
public boolean isExplain()- Specified by:
isExplainin interfaceOResultSetInternal
-
getStartTime
public long getStartTime()- Specified by:
getStartTimein interfaceOQueryMetrics
-
getElapsedTimeMillis
public long getElapsedTimeMillis()- Specified by:
getElapsedTimeMillisin interfaceOQueryMetrics
-
getStatement
- Specified by:
getStatementin interfaceOQueryMetrics
-
getLanguage
- Specified by:
getLanguagein interfaceOQueryMetrics
-