I realize this may not be much of a performance issue, but was wondering nonetheless. There are several instances when we wanted to just slice into our tables to get a piece, and if there's a preferred way of doing it, wanted to know.
On Jul 19, 10:19 am, NA <[email protected]> wrote: > 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.
