Uses of Interface
org.apache.arrow.memory.ReusableBuffer
Packages that use ReusableBuffer
-
Uses of ReusableBuffer in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type ReusableBufferModifier and TypeMethodDescriptionprotected voidBaseVariableWidthViewVector.getData(int index, ReusableBuffer<?> buffer) voidFixedSizeBinaryVector.read(int index, ReusableBuffer<?> buffer) Read the value at the given position to the given output buffer.voidLargeVarBinaryVector.read(int index, ReusableBuffer<?> buffer) Read the value at the given position to the given output buffer.voidLargeVarCharVector.read(int index, ReusableBuffer<?> buffer) Read the value at the given position to the given output buffer.voidVarBinaryVector.read(int index, ReusableBuffer<?> buffer) Read the value at the given position to the given output buffer.voidVarCharVector.read(int index, ReusableBuffer<?> buffer) Read the value at the given position to the given output buffer.voidVariableWidthFieldVector.read(int index, ReusableBuffer<?> buffer) Get the variable length element at the specified index using a ReusableBuffer.voidViewVarBinaryVector.read(int index, ReusableBuffer<?> buffer) Read the value at the given position to the given output buffer.voidViewVarCharVector.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
Classes in org.apache.arrow.vector.util that implement ReusableBufferModifier and TypeClassDescriptionclassA wrapper around byte arrays for repeated writing.classA simplified byte wrapper similar to Hadoop's Text class without all the dependencies.