| Package | Description |
|---|---|
| org.apache.arrow.vector.schema |
| Modifier and Type | Method and Description |
|---|---|
static VectorLayout |
VectorLayout.booleanVector() |
static VectorLayout |
VectorLayout.byteVector() |
static VectorLayout |
VectorLayout.dataVector(int typeBitWidth) |
static VectorLayout |
VectorLayout.offsetVector() |
static VectorLayout |
VectorLayout.typeVector() |
static VectorLayout |
VectorLayout.validityVector() |
| Modifier and Type | Method and Description |
|---|---|
List<VectorLayout> |
TypeLayout.getVectors() |
| Constructor and Description |
|---|
TypeLayout(VectorLayout... vectors) |
| Constructor and Description |
|---|
TypeLayout(List<VectorLayout> vectors) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.