Commit Graph

26 Commits

Author SHA1 Message Date
Kenny Daniel
5d21b09b7a
Export cachedAsyncBuffer 2024-10-16 01:29:31 -07:00
Kenny Daniel
bb202dfdeb
Fix util export types 2024-10-04 21:46:35 -07:00
Matthew Peveler
c8033621f9 Export additional types
Signed-off-by: Matthew Peveler <mpeveler@timescale.com>
2024-10-04 21:30:32 -07:00
Kenny Daniel
9d49dabc15
Query api 2024-09-24 21:01:04 -07:00
Kenny Daniel
df02229407
Promisified parquetReadObjects function 2024-08-20 11:30:39 -07:00
Kenny Daniel
b1c8a1dd8b
Revert onComplete type signature change from #25
The type change caused a lot of downstream type errors.
If you pass rowFormat: 'object' then it will return Record<string, any>[]
instead of any[][]. This means the types are not aligned with behavior.
Will figure out how to fix it later, for now don't want break downstream projects.
2024-08-14 22:00:32 -07:00
ctranstrum
d13d52b606
Add an option to return each row as an object keyed by column name (#25)
* Add an option to return each row as an object keyed by column name

* rename option to rowFormat and address feedback
2024-08-13 09:15:59 -07:00
Kenny Daniel
83e06c3465
Export asyncBufferFromFile, asyncBufferFromUrl and add to README 2024-07-26 17:18:36 -07:00
Kenny Daniel
6d769a4336
Demo: move to folder, typecheck, and render column indices 2024-05-31 19:40:44 -07:00
Kenny Daniel
c4ad05e580
Convert byte arrays to utf8 by default 2024-05-22 22:40:21 -07:00
Kenny Daniel
4d960e0533
Convert consistently 2024-05-09 17:07:05 -07:00
Kenny Daniel
09ea11517c
Fix typescript definitions 2024-04-26 14:01:00 -07:00
Kenny Daniel
2d061392b9
Column filter by name 2024-03-14 18:04:04 -07:00
Kenny Daniel
e3b5fca883
Custom decompressors 2024-02-27 09:05:02 -08:00
Kenny Daniel
a7e5aef31f
decompressPage for dictionary and data page v1 only 2024-02-24 12:12:38 -08:00
Kenny Daniel
5623b67ad5
Check for magic number before reading metadata length.
Also make sure that metadata length is available.
2024-02-02 12:59:13 -08:00
Kenny Daniel
a40e678214
Fix parquetSchema type 2024-01-20 10:03:18 -08:00
Kenny Daniel
8d7b145439
Export parquetSchema tree 2024-01-19 21:23:32 -08:00
Kenny Daniel
647056da8b
Async parquetRead with options 2024-01-15 15:11:03 -08:00
Kenny Daniel
d7e98766ab
AsyncBuffer oops wrong type 2024-01-15 13:52:31 -08:00
Kenny Daniel
be7f2a8c77
Async metadata fetching 2024-01-15 12:30:35 -08:00
Kenny Daniel
c384cf469b
Parquet data page parser 2024-01-07 15:33:24 -08:00
Kenny Daniel
efdaf2ce27
Parquet schema utils 2024-01-06 20:28:29 -08:00
Kenny Daniel
954671f810
Export toJson 2024-01-05 01:39:59 -08:00
Kenny Daniel
02c25051f2
Export snappyUncompress 2024-01-04 11:45:37 -08:00
Kenny Daniel
04bfd474b8
All javascript, no typescript 2024-01-04 11:11:00 -08:00