| Package | Description |
|---|---|
| org.apache.arrow.vector |
| Modifier and Type | Method and Description |
|---|---|
static BufferLayout |
BufferLayout.booleanVector() |
static BufferLayout |
BufferLayout.byteVector() |
static BufferLayout |
BufferLayout.dataBuffer(int typeBitWidth)
Returns a databuffer for the given bitwidth.
|
static BufferLayout |
BufferLayout.largeOffsetBuffer() |
static BufferLayout |
BufferLayout.offsetBuffer() |
static BufferLayout |
BufferLayout.typeBuffer() |
static BufferLayout |
BufferLayout.validityVector() |
| Modifier and Type | Method and Description |
|---|---|
List<BufferLayout> |
TypeLayout.getBufferLayouts()
Returns the individual BufferLayouts for the given type.
|
| Constructor and Description |
|---|
TypeLayout(BufferLayout... bufferLayouts) |
| Constructor and Description |
|---|
TypeLayout(List<BufferLayout> bufferLayouts) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.