(columns, f)
| 77739 | } |
| 77740 | |
| 77741 | function customConverter(columns, f) { |
| 77742 | var object = objectConverter(columns); |
| 77743 | return function (row, i) { |
| 77744 | return f(object(row), i, columns); |
| 77745 | }; |
| 77746 | } // Compute unique columns in order of discovery. |
| 77747 | |
| 77748 | |
| 77749 | function inferColumns(rows) { |
no test coverage detected