Uses of Interface
org.apache.arrow.memory.ReusableBuffer
-
Uses of ReusableBuffer in org.apache.arrow.vector
Modifier and TypeMethodDescriptionprotected void
BaseVariableWidthViewVector.getData
(int index, ReusableBuffer<?> buffer) void
FixedSizeBinaryVector.read
(int index, ReusableBuffer<?> buffer) Read the value at the given position to the given output buffer.void
LargeVarBinaryVector.read
(int index, ReusableBuffer<?> buffer) Read the value at the given position to the given output buffer.void
LargeVarCharVector.read
(int index, ReusableBuffer<?> buffer) Read the value at the given position to the given output buffer.void
VarBinaryVector.read
(int index, ReusableBuffer<?> buffer) Read the value at the given position to the given output buffer.void
VarCharVector.read
(int index, ReusableBuffer<?> buffer) Read the value at the given position to the given output buffer.void
VariableWidthFieldVector.read
(int index, ReusableBuffer<?> buffer) Get the variable length element at the specified index using a ReusableBuffer.void
ViewVarBinaryVector.read
(int index, ReusableBuffer<?> buffer) Read the value at the given position to the given output buffer.void
ViewVarCharVector.read
(int index, ReusableBuffer<?> buffer) Read the value at the given position to the given output buffer. -
Uses of ReusableBuffer in org.apache.arrow.vector.util
Modifier and TypeClassDescriptionclass
A wrapper around byte arrays for repeated writing.class
A simplified byte wrapper similar to Hadoop's Text class without all the dependencies.