Class CountFromIndexWithKeyStep

java.lang.Object
com.orientechnologies.orient.core.sql.executor.AbstractExecutionStep
com.orientechnologies.orient.core.sql.executor.CountFromIndexWithKeyStep
All Implemented Interfaces:
OExecutionStep, OExecutionStepInternal

public class CountFromIndexWithKeyStep extends AbstractExecutionStep
Returns the number of records contained in an index
Author:
Luigi Dell'Aquila (luigi.dellaquila - at - gmail.com)
  • Constructor Details

    • CountFromIndexWithKeyStep

      public CountFromIndexWithKeyStep(OIndexIdentifier targetIndex, OExpression keyValue, String alias, OCommandContext ctx, boolean profilingEnabled)
      Parameters:
      targetIndex - the index name as it is parsed by the SQL parsed
      alias - the name of the property returned in the result-set
      ctx - the query context
      profilingEnabled - true to enable the profiling of the execution (for SQL PROFILE)
  • Method Details