Inline csv dependency

This commit is contained in:
gwenn
2018-03-10 17:02:23 +01:00
parent c10c4edb84
commit db87de4086
2 changed files with 2 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ use types::{FromSql, FromSqlError, ToSql, ValueRef};
// \-> vtab.xbestindex
// stmt.query().next();
// \-> vtab.xopen
// |-> let cursor: Cursor = ...; // on the heap
// |-> let cursor: VTabCursor = ...; // on the heap
// |-> cursor.xfilter or xnext
// |-> cursor.xeof
// \-> if not eof { cursor.column or xrowid } else { cursor.xclose }