Skip to content

Commit

Permalink
[Python] Python encoder for row format (#466)
Browse files Browse the repository at this point in the history
* add init file

* add test data

* python row format binding

* python row format writer binding

* python row format auto encoder

* python row format arrow converter binding

* python row format tests

* bazle build

* fix build

* split code for review
  • Loading branch information
chaokunyang committed Jun 16, 2023
1 parent d825f1c commit 8bd4ee7
Show file tree
Hide file tree
Showing 4 changed files with 691 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/pyfury/format/_format.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ import_pyarrow()
# include "buffer.pxi"

include "row.pxi"

# Python encoder for row format
include "encoder.pxi"
Loading

0 comments on commit 8bd4ee7

Please sign in to comment.