Package | Description |
---|---|
org.apache.arrow.vector |
Modifier and Type | Class and Description |
---|---|
class |
BaseLargeVariableWidthVector
BaseLargeVariableWidthVector is a base class providing functionality for large strings/large bytes types.
|
class |
BaseVariableWidthVector
BaseVariableWidthVector is a base class providing functionality for strings/bytes types.
|
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.
|
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.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.