Commit Graph

25 Commits

Author SHA1 Message Date
Kenny Daniel
bfb1d74bf8
Geospatial stats (#13) 2025-10-26 14:30:49 -07:00
Kenny Daniel
ee346e7d08
Update schemaOverrides to allow nested column types, and fix the README 2025-10-23 12:15:56 -07:00
Kenny Daniel
791a70b983
Refactor api to support arbitrary parquet schemas (#3)
* Refactor api to support arbitrary parquet schemas

* More detail in README and error messages

* Export schema tools with optional overrides

* Test for basic timestamp type

* Fix time-type tests

* schemaFromColumnData should take an options object

* Update README with schemaFromColumnData options
2025-05-09 14:47:22 -07:00
Kenny Daniel
4494260015
Round-trip tests 2025-04-20 23:27:01 -07:00
Kenny Daniel
7e064bd7b0
Update README 2025-04-14 23:27:07 -07:00
Kenny Daniel
070d9591b0
Fix DATE converted type 2025-04-11 19:40:17 -06:00
Kenny Daniel
5c686412c1
FileWriter 2025-04-08 03:22:30 -07:00
Kenny Daniel
41ddace347
BYO writer 2025-04-08 01:05:19 -07:00
Kenny Daniel
daba713202
Add mascot 2025-04-07 01:27:45 -07:00
Kenny Daniel
2bd2e396d2
Write statistics 2025-04-03 20:39:37 -07:00
Kenny Daniel
ae829f7c9b
Move convert to unconvert and test it 2025-04-03 20:31:37 -07:00
Kenny Daniel
6727628aad
rowGroupSize option 2025-04-03 00:45:43 -07:00
Kenny Daniel
3729f4cb5e
Use constants from hyparquet 2025-04-01 22:57:58 -07:00
Kenny Daniel
3d00ca30a8
Publish v0.1.4 2025-03-31 14:51:11 -07:00
Kenny Daniel
7be21caa9e
Option for key_value_metadata 2025-03-31 13:49:06 -07:00
Kenny Daniel
07928e8eb7
Moar tests 2025-03-31 13:32:41 -07:00
Kenny Daniel
4bf1595981
Allow specifying column type 2025-03-28 16:21:17 -07:00
Kenny Daniel
2e0431d815
Optional compression flag 2025-03-27 00:37:53 -07:00
Kenny Daniel
69d373ad61
Use snappy compressed pages 2025-03-27 00:01:24 -07:00
Kenny Daniel
aca7c2bde4
Fix RLE encoding bug 2025-03-26 23:59:04 -07:00
Kenny Daniel
45f3301eb8
Snappy compression 2025-03-26 23:38:25 -07:00
Kenny Daniel
c40e7c4320
Handle byte array vs string, and change parquetWrite column api 2025-03-26 01:01:04 -07:00
Kenny Daniel
44d0d0c77a
Support nullable columns 2025-03-25 22:38:23 -07:00
Kenny Daniel
c20356087b
Plain string support 2025-03-25 20:17:06 -07:00
Kenny Daniel
e41739b12b
Initial commit 2025-03-20 12:18:30 -07:00