Registry / utility / arrow-memory

arrow-memory

JSON →
library19.0.0javamavenunverified

Provides in-memory columnar data structures and low-overhead messaging for Apache Arrow.

<dependency> <groupId>org.apache.arrow</groupId> <artifactId>arrow-memory</artifactId> <version>19.0.0</version> </dependency>
INSTALL
IMPORT
SIG · ARROW-MEMORY
A
arrow-memory
utilityjavav19.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.

BufferAllocator
org.apache.arrow.memory.BufferAllocator

Create a root allocator for Arrow memory management.

import org.apache.arrow.memory.BufferAllocator; import org.apache.arrow.memory.RootAllocator; BufferAllocator allocator = new RootAllocator(Long.MAX_VALUE); // Use allocator to allocate buffers
Debug
Known issues

No known issues recorded.

Upgrade
Version history
19.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
OpenAI (training)
2
Meta
1
Resources
arrow-memory — mvn dependency:get arrow-memory · libregistry