cube2222 / octosql

OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.
Mozilla Public License 2.0
4.76k stars 200 forks source link

RecordStream function close() not used any where #210

Closed will2love closed 4 years ago

will2love commented 4 years ago

RecordStream function close() not used any where

cube2222 commented 4 years ago

It is used in places like the limit node. However, we'll soon (1.5 month) be merging the streaming branch, which will have close functions used properly everywhere. (I don't advise you to use the streaming branch now, it's still WIP)