A sandbox to play with Arrow Java features.
mvn clean install
java -cp target/arrow-java-playground-1.0-SNAPSHOT.jar io.arrow.playground.App
java -Darrow.memory.debug.allocator=true -cp target/arrow-java-playground-1.0-SNAPSHOT.jar io.arrow.playground.MemoryApp --mode no-leak
java -Darrow.memory.debug.allocator=true -cp target/arrow-java-playground-1.0-SNAPSHOT.jar io.arrow.playground.MemoryApp --mode leak
MapValuesV2.java
and map_values_v2.py
are the relevant interfaces.
To see it in action, first build the project mvn clean install
and then cd java-python
. python map_values_v2.py
mvn clean install
java -Djava.library.path=target -cp target/classes io.arrow.playground.cpp.NativeExample
Or
java -Djava.library.path=target -cp target/arrow-java-playground.jar io.arrow.playground.cpp.NativeExample
mvn clean install
java -Djava.library.path=target -cp target/arrow-java-playground.jar io.arrow.playground.cpp.MapValues