| Package | Description |
|---|---|
| parquet.bytes |
| Modifier and Type | Method and Description |
|---|---|
static CapacityByteArrayOutputStream |
CapacityByteArrayOutputStream.withTargetNumSlabs(int minSlabSize,
int maxCapacityHint,
int targetNumSlabs)
Construct a CapacityByteArrayOutputStream configured such that its initial slab size is
determined by
initialSlabSizeHeuristic(int, int, int), with targetCapacity == maxCapacityHint |
| Modifier and Type | Method and Description |
|---|---|
static BytesInput |
BytesInput.from(CapacityByteArrayOutputStream arrayOut) |
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.