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

public class CountStep extends AbstractExecutionStep
Counts the records from the previous steps. Returns a record with a single property, called "count" containing the count of records received from pervious steps
Author:
Luigi Dell'Aquila (l.dellaquila-(at)-orientdb.com)