Expose db memory address and path to libduckdb_java.so V2#115
Expose db memory address and path to libduckdb_java.so V2#115Jens-H wants to merge 3 commits intoduckdb:mainfrom
Conversation
|
I ran make format and committed some unrelated files and lines with dc0833a ... seems like without much success. |
|
To add a rational for this change: @Mause You reviewed the old PR, so maybe you can have a look. |
|
Closing this as outdated. If this functionality is still required - this can be revisited. |
This PR replaces #87!
Same idea, but:
I read that DuckDB uses pointer swizzling, which should break before there is problem with the uintptr_t -> jlong cast. This means it should be OK to use it on all supported platforms.