Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfouf authored Jun 10, 2021
1 parent 24c7aa5 commit 56718c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Supports ',' delimited files.
#include "arcade.h"
using namespace arcade;
ArcadeReader arcadereader;
/*scan is a generator coroutine which iterates per page and yields the result count*/
/*random_access is a generator coroutine which iterates per page and yields the result count*/
auto gen = arcadereader.random_access(filename,cols, retcolumns,retcolslen, rowids, rowidsnum);
while (gen){
rows = gen();
Expand Down

0 comments on commit 56718c9

Please sign in to comment.