| Package | Description |
|---|---|
| org.apache.arrow.vector | |
| org.apache.arrow.vector.compare |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
OUT |
VectorVisitor.visit(BaseVariableWidthVector left,
IN value) |
Boolean |
RangeEqualsVisitor.visit(BaseVariableWidthVector left,
Range range) |
Boolean |
TypeEqualsVisitor.visit(BaseVariableWidthVector left,
Void value) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.