Package | Description |
---|---|
org.apache.arrow.vector | |
org.apache.arrow.vector.compare | |
org.apache.arrow.vector.validate |
Modifier and Type | Class and Description |
---|---|
class |
LargeVarBinaryVector
LargeVarBinaryVector implements a large variable width vector of binary
values which could be NULL.
|
class |
LargeVarCharVector
LargeVarCharVector implements a variable width vector of VARCHAR
values which could be NULL.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseLargeVariableWidthVector.splitAndTransferTo(int startIndex,
int length,
BaseLargeVariableWidthVector target)
Slice this vector at desired index and length and transfer the
corresponding data to the target vector.
|
void |
BaseLargeVariableWidthVector.transferTo(BaseLargeVariableWidthVector target)
Transfer this vector'data to another vector.
|
Modifier and Type | Method and Description |
---|---|
OUT |
VectorVisitor.visit(BaseLargeVariableWidthVector left,
IN value) |
Boolean |
RangeEqualsVisitor.visit(BaseLargeVariableWidthVector left,
Range range) |
Boolean |
TypeEqualsVisitor.visit(BaseLargeVariableWidthVector left,
Void value) |
Modifier and Type | Method and Description |
---|---|
Void |
ValidateVectorTypeVisitor.visit(BaseLargeVariableWidthVector vector,
Void value) |
Void |
ValidateVectorBufferVisitor.visit(BaseLargeVariableWidthVector vector,
Void value) |
Void |
ValidateVectorVisitor.visit(BaseLargeVariableWidthVector left,
Void value) |
Void |
ValidateVectorDataVisitor.visit(BaseLargeVariableWidthVector vector,
Void value) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.