Class CountFromIndexWithKeyStep
java.lang.Object
com.orientechnologies.orient.core.sql.executor.AbstractExecutionStep
com.orientechnologies.orient.core.sql.executor.CountFromIndexWithKeyStep
- All Implemented Interfaces:
OExecutionStepInternal
Returns the number of records contained in an index
- Author:
- Luigi Dell'Aquila (luigi.dellaquila - at - gmail.com)
-
Field Summary
Fields inherited from class com.orientechnologies.orient.core.sql.executor.AbstractExecutionStep
prev -
Constructor Summary
ConstructorsConstructorDescriptionCountFromIndexWithKeyStep(OIndexIdentifier targetIndex, OExpression keyValue, String alias) -
Method Summary
Methods inherited from class com.orientechnologies.orient.core.sql.executor.AbstractExecutionStep
getPrev, setPrevious, startMethods 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.OExecutionStepInternal
canBeCached, copy, deserialize, getName, getSubExecutionPlans, getSubSteps, getTargetNode, getType, serialize, serializeToResult, toResult, toResult
-
Constructor Details
-
CountFromIndexWithKeyStep
- Parameters:
targetIndex- the index name as it is parsed by the SQL parsedalias- the name of the property returned in the result-set
-
-
Method Details
-
internalStart
- Specified by:
internalStartin classAbstractExecutionStep- Throws:
OTimeoutException
-
prettyPrint
-