ironSource / parquetjs

fully asynchronous, pure JavaScript implementation of the Parquet file format
MIT License
345 stars 173 forks source link

How to read the latest value? #131

Open Slaventsiy opened 2 years ago

Slaventsiy commented 2 years ago

The documentation gives a way to read all the rows sequentially, but I only need the values from the last row. Is it possible to straight away go there rather than looping over?