Registry / serialization / arrow-format

arrow-format

JSON →
library19.0.0javamavenunverified

Generated Java classes for Apache Arrow's IPC Flatbuffer definitions, enabling serialization and deserialization of Arrow columnar data.

<dependency> <groupId>org.apache.arrow</groupId> <artifactId>arrow-format</artifactId> <version>19.0.0</version> </dependency>
INSTALL
IMPORT
SIG · ARROW-FORMAT
A
arrow-format
serializationjavav19.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Message
org.apache.arrow.flatbuf.Message

Demonstrate availability of Arrow format classes.

import org.apache.arrow.flatbuf.Message; public class Example { public static void main(String[] args) { // Message is typically used via Arrow readers/writers System.out.println("Arrow format classes available"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
19.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
OpenAI (training)
1
Resources
arrow-format — mvn dependency:get arrow-format · libregistry