How do I get the rank / row number for a row?
问题 Is there a way to get the row numbers (rank) for a filtered set and append the row number to the result? An example scenario would be that I have a table with records like: [ { points: 123, name: 'Glenn' }, { points: 948, name: 'Bob' }, { points: 22, name: 'Sarah' } ] In the above table there are hundreds of thousands of rows, and I want to be able to rank all records based on a condition like points descending and then return a subset of the rows (using a filter) with their rank value