Class CountStep

  • All Implemented Interfaces:
    ExecutionStep, ExecutionStepInternal

    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 (luigi.dellaquila-(at)-gmail.com)
    • Constructor Detail

      • CountStep

        public CountStep​(CommandContext ctx,
                         boolean profilingEnabled)
        Parameters:
        ctx - the query context
        profilingEnabled - true to enable the profiling of the execution (for SQL PROFILE)