public interface RepeatedVariableWidthVectorLike
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 © 1970 The Apache Software Foundation. All rights reserved.