Skip to content

Commit 930b590

Browse files
authored
feat: add arrow extension type support in arrow-pg (#231)
* feat: update type conversion to use field instead of datatype * feat: pass arrow field all the way the any encoder * feat: update api after merge * fix: duckdb example * fix: resolve type for list/struct * feat: geo data encoding WIP * chore: update geoarrow * feat: implement extension type support WIP * feat: implement extension mechanism and point encoding * test: fix unit test * fix: row_encoder merge error * chore: turn-off geo feather for default
1 parent fb41837 commit 930b590

File tree

11 files changed

+611
-390
lines changed

11 files changed

+611
-390
lines changed

.cargo/config.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[target.x86_64-unknown-linux-gnu]
2-
linker = "clang"
3-
rustflags = ["-C", "link-arg=-fuse-ld=lld"]

0 commit comments

Comments
 (0)