sql-machine-learning / sqlflow

Brings SQL and AI together.
https://sqlflow.org
Apache License 2.0
5.05k stars 697 forks source link

Refine SQLFS reader by adding rowBufSize #3095

Closed sneaxiy closed 3 years ago

sneaxiy commented 3 years ago

Get sqlfs table data using SELECT id, block FROM table WHERE id >= startIdx AND id < startIdx + rowBufSize;.

This is designed to: