예제 #1
0
 public abstract IEnumerable <Row> Reduce(RowSet input, Row outputRow, string[] args);
예제 #2
0
 public abstract System.Collections.Generic.IEnumerable <Row> Combine(RowSet left, RowSet right, Row outputRow, string[] args);
예제 #3
0
 public abstract IEnumerable <Row> Process(RowSet input, Row outputRow, string[] args);