hyparquet/test
Brian Park 9992316748
Enable readColumn to read all rows (#53)
* Enable readColumn to read all rows

* Refactor readColumn to use hasRowLimit

* Simplify hasRowLimit condition

* Check less common condition first

* add readColumn test files

* implement readColumn tests for undefined rowLimits

* remove unused variable

* return early if no metadata is present

* address tsc warnings

* add comparison

* clarify that undefined is valid for rowLimit

* remove test files

* verify edge case works when rowLimit is undefined

* add test cases for readColumn

---------

Co-authored-by: Brian Park <park-brian@users.noreply.github.com>
2024-12-19 18:08:22 -08:00
..
files Parse column and offset indexes (#29) 2024-08-18 18:23:54 -07:00
assemble.test.js Fix handling of multiple pages 2024-06-07 23:16:04 -07:00
asyncbuffer.test.js build types before publishing to npm (#46) 2024-12-02 17:47:42 +01:00
column.test.js Enable readColumn to read all rows (#53) 2024-12-19 18:08:22 -08:00
convert.test.js build types before publishing to npm (#46) 2024-12-02 17:47:42 +01:00
encoding.test.js Bit pack testing 2024-06-13 21:33:28 -07:00
helpers.js Validate url for asyncBufferFromUrl 2024-12-17 09:25:54 -08:00
indexes.test.js Parse column and offset indexes (#29) 2024-08-18 18:23:54 -07:00
metadata.test.js utils: asyncBufferFromFile 2024-07-26 15:07:47 -07:00
package.test.js Update dependencies 2024-11-29 14:11:04 -08:00
plain.test.js Remove unnecessary parens 2024-05-18 18:26:52 -07:00
query.test.js Query api 2024-09-24 21:01:04 -07:00
read.test.js Promisified parquetReadObjects function 2024-08-20 11:30:39 -07:00
readFiles.test.js utils: asyncBufferFromFile 2024-07-26 15:07:47 -07:00
schema.test.js build types before publishing to npm (#46) 2024-12-02 17:47:42 +01:00
schemaTree.test.js utils: asyncBufferFromFile 2024-07-26 15:07:47 -07:00
snappy.test.js Snappy jpg test 2024-04-12 23:58:37 -07:00
thrift.test.js Parse column and offset indexes (#29) 2024-08-18 18:23:54 -07:00
utils.test.js pass requestInit to fetch utils (#34) 2024-11-08 22:22:30 +01:00