Class NativeArrowBackend

java.lang.Object
org.episteme.nativ.io.backends.NativeArrowBackend
All Implemented Interfaces:
AlgorithmProvider, Backend, ComputeBackend, NativeBackend

@AutoService({Backend.class,ComputeBackend.class,NativeBackend.class,AlgorithmProvider.class}) public class NativeArrowBackend extends Object implements AlgorithmProvider, ComputeBackend, NativeBackend
Native Data Backend using Panama FFM bindings for Apache Arrow / Parquet.

Facilitates zero-copy data exchange between Java and native libraries using the Arrow C Data Interface.

Since:
1.2
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Constructor Details

    • NativeArrowBackend

      public NativeArrowBackend()
  • Method Details