hyparquet/test
Brian Park c9727a4246
Query filter (#56)
* implement ParquetQueryFilter types

* implement parquetQuery filter tests

* implement parquetQuery filter

* filter before ordering

* apply filters before sorting/slicing

* format types

* add deep equality utility

* document and format equals utility

* use deep equality checks

* update filter tests

* support more types for equality

* make $not unary

* ensure arrays are correctly compared

* support both forms of $not

* add operator tests

* Filter operator tests

---------

Co-authored-by: Brian Park <park-brian@users.noreply.github.com>
Co-authored-by: Kenny Daniel <platypii@gmail.com>
2024-12-21 15:23:57 -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 factor tests with it.for() (#55) 2024-12-20 09:53:56 +01: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 filter (#56) 2024-12-21 15:23:57 -08: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