You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cursor.start() is like cursor.fetch(callback) but is returns no data. It will start query execution and event piping so we can receive data by cursor.on('data', callback)
The text was updated successfully, but these errors were encountered:
cursor.start()
is likecursor.fetch(callback)
but is returns no data. It will start query execution and event piping so we can receive data bycursor.on('data', callback)
The text was updated successfully, but these errors were encountered: