Is there a difference when using setRows(min,max) vs setRows(rowIndices) ? In particular, does setRows(min,max) just call setRows(rowIndices) or does it do something faster?
I am filtering tables with thousands of rows, and the rows I am filtering are contiguous. If setRows(min,max) does something special that makes it faster than setRows(rowIndices), I could call that instead. Any thoughts on this? -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
