public abstract IEnumerable <Row> Reduce(RowSet input, Row outputRow, string[] args);
public abstract System.Collections.Generic.IEnumerable <Row> Combine(RowSet left, RowSet right, Row outputRow, string[] args);
public abstract IEnumerable <Row> Process(RowSet input, Row outputRow, string[] args);