Commit Graph

15 Commits

Author SHA1 Message Date
Kenny Daniel
11efa2849a
Byte split stream 2025-11-26 16:11:15 -08:00
Kenny Daniel
c30f8fa8eb
User encoding options 2025-11-26 12:03:29 -08:00
Kenny Daniel
538740f578
rowGroupSize can be an array 2025-07-04 01:43:07 -07:00
Kenny Daniel
5957c219bc
Allow null columns to be auto-typed 2025-05-31 23:06:17 -07:00
Kenny Daniel
b8227afdde
Rename ColumnData to ColumnSource 2025-05-31 16:57:00 -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
b11b92ffb9
UUID and improved fixed length byte array support 2025-04-21 12:32:51 -07:00
Kenny Daniel
5ecc4ff52e
RLE encoding for booleans 2025-04-20 22:54:03 -07:00
Kenny Daniel
263dae7101
Check for safe integers 2025-04-20 20:03:24 -07:00
Kenny Daniel
de03425587
Don't write file_path, duckdb doesn't like it 2025-04-17 01:13:46 -07:00
Kenny Daniel
26daec2fcb
Split out writeDataPageV2 2025-04-13 22:43:09 -07:00
Kenny Daniel
f6740aba3f
Move example data to test/example.js 2025-04-13 21:15:29 -07:00
Kenny Daniel
fff0b1c6d9
Support more SchemaElement options 2025-04-11 02:50:38 -07:00
Kenny Daniel
6545196a1d
Float life 2025-04-08 04:39:58 -07:00
Kenny Daniel
5c686412c1
FileWriter 2025-04-08 03:22:30 -07:00