| パッケージ | 説明 |
|---|---|
| org.apache.arrow.vector |
| 修飾子とタイプ | クラスと説明 |
|---|---|
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.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.