| Package | Description |
|---|---|
| org.apache.arrow.vector | |
| org.apache.arrow.vector.util |
| Modifier and Type | Method and Description |
|---|---|
void |
FixedSizeBinaryVector.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 |
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 |
VarCharVector.read(int index,
ReusableBuffer<?> buffer)
Read the value at the given position to the given output buffer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReusableByteArray
A wrapper around byte arrays for repeated writing.
|
class |
Text
A simplified byte wrapper similar to Hadoop's Text class without all the dependencies.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.