Package org.apache.arrow.memory
-
Class Summary Class Description ArrowBuf ArrowBuf serves as a facade over underlying memory by providing several access APIs to read/write data into a chunk of direct memory.DatabricksArrowBuf A ByteBuffer-backed implementation of ArrowBuf that does not use unsafe memory operations.DatabricksBufferAllocator A BufferAllocator implementation that uses DatabricksArrowBuf for memory allocation.