public class VectorAllocator extends Object
AllocationHelper - the class which this one replaces
VectorInitializer - an earlier cut at implementation
based on data from the RecordBatchSizer
| Constructor and Description |
|---|
VectorAllocator(VectorContainer container) |
| Modifier and Type | Method and Description |
|---|---|
void |
allocate(int rowCount) |
void |
allocate(int rowCount,
MetadataProvider mdProvider) |
void |
allocate(int rowCount,
TupleMetadata schema) |
public VectorAllocator(VectorContainer container)
public void allocate(int rowCount)
public void allocate(int rowCount,
TupleMetadata schema)
public void allocate(int rowCount,
MetadataProvider mdProvider)
Copyright © 2021 The Apache Software Foundation. All rights reserved.