| Package | Description |
|---|---|
| org.apache.arrow.vector |
| Modifier and Type | Class and Description |
|---|---|
class |
VarBinaryVector
VarBinaryVector implements a variable width vector of binary
values which could be NULL.
|
class |
VarCharVector
VarCharVector implements a variable width vector of VARCHAR
values which could be NULL.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseVariableWidthVector.splitAndTransferTo(int startIndex,
int length,
BaseVariableWidthVector target)
Slice this vector at desired index and length and transfer the
corresponding data to the target vector.
|
void |
BaseVariableWidthVector.transferTo(BaseVariableWidthVector target)
Transfer this vector'data to another vector.
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.