Commit Graph

12 Commits

Author SHA1 Message Date
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
842ff4c15e
Repeated types not yet supported 2025-04-21 23:01:11 -07:00
Kenny Daniel
b11b92ffb9
UUID and improved fixed length byte array support 2025-04-21 12:32:51 -07:00
Kenny Daniel
edabe74bd6
Float16 2025-04-21 11:32:13 -07:00
Kenny Daniel
fa9006221d
Fix statistics writing for dates and decimals 2025-04-19 00:34:21 -07:00
Kenny Daniel
6226d50734
Move helpers to datapage.js 2025-04-13 17:28:49 -07:00
Kenny Daniel
070d9591b0
Fix DATE converted type 2025-04-11 19:40:17 -06:00
Kenny Daniel
fde7f81893
Fixed length byte array decimals 2025-04-11 17:51:53 -06:00
Kenny Daniel
10f23492e6
Unconvert decimal type 2025-04-11 04:38:06 -07:00
Kenny Daniel
fff0b1c6d9
Support more SchemaElement options 2025-04-11 02:50:38 -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