hyparquet/test
Kenny Daniel 0e6d7dee6f
Parquet Query Planner: plan byte ranges, pre-fetch in parallel (#75)
* Parquet Query Planner: plan byte ranges, pre-fetch in parallel.

 - parquetPlan() that returns lists of byte ranges to fetch.
 - prefetchAsyncBuffer() pre-fetches all byte ranges in parallel.
   throws exception if non-pre-fetched slice is requested later.
2025-04-30 00:49:40 -07:00
..
files Add another column to page_indexed test 2025-04-26 17:18:11 -07:00
assemble.test.js Refactor assembleLists to take a schemaPath 2025-04-02 23:39:55 -07:00
asyncbuffer.test.js Add minSize parameter to cachedAsyncBuffer 2025-03-17 23:54:20 -07:00
column.test.js Parquet Query Planner: plan byte ranges, pre-fetch in parallel (#75) 2025-04-30 00:49:40 -07:00
convert.test.js Fix handling of signed decimals (#60) 2025-02-07 18:52:48 -08: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 Better error messages 2025-03-04 11:05:22 -08:00
package.test.js types must be the first element (#74) 2025-04-16 21:29:43 +02:00
plain.test.js Use bigint literals 2025-02-07 17:50:34 -08:00
plan.test.js Parquet Query Planner: plan byte ranges, pre-fetch in parallel (#75) 2025-04-30 00:49:40 -07:00
query.test.js Remove unnecessary toJson in tests 2025-03-10 19:32:31 -07:00
read.test.js Parquet Query Planner: plan byte ranges, pre-fetch in parallel (#75) 2025-04-30 00:49:40 -07:00
readFiles.test.js Test for reading the last row of files 2025-04-06 22:05:58 -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 Export more constants 2025-03-31 23:20:22 -07:00
thrift.test.js Move toVarInt to tests 2025-03-20 12:37:24 -07:00
utils.test.js pass custom fetch function to utils (#73) 2025-04-15 00:37:05 +02:00