public interface RepeatedVariableWidthVectorLike
ValueVector mix-in that can be used in conjunction with
variable RepeatedValueVector subtypes (e.g. Strings, Lists, etc).| Modifier and Type | Method and Description |
|---|---|
void |
allocateNew(int totalBytes,
int parentValueCount,
int childValueCount)
Allocate a new memory space for this vector.
|
int |
getByteCapacity()
Provide the maximum amount of variable width bytes that can be stored int his vector.
|
void allocateNew(int totalBytes,
int parentValueCount,
int childValueCount)
totalBytes - Desired size of the underlying data buffer.parentValueCount - Number of separate repeating groupings.childValueCount - Number of supported values in the vector.int getByteCapacity()
Copyright © 2024 The Apache Software Foundation. All rights reserved.