Read All Rows From Selected Columns #142
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Is there a way to read all rows from selected columns when creating cursor ?
I noticed that cursor has
rowGroup
which has all the data that I need to fetch, but I am not sure if always it will have all rows fetched or it's just because the data I loaded is small.Because it will be much better to get all the rows in this way or than having to iterate with
cursor.next
The text was updated successfully, but these errors were encountered: