public static class RecordBatchSizer.ColumnSize extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
dataSize |
int |
elementCount
Total number of elements for a repeated type, or 1 if this is
a non-repeated type.
|
float |
estElementCountPerArray
The estimated, average number of elements per parent value.
|
int |
estSize
Actual average column width as determined from actual memory use.
|
boolean |
isVariableWidth |
MaterializedField |
metadata |
String |
prefix |
int |
stdSize
Assumed size from Drill metadata.
|
int |
valueCount
Number of occurrences of the value in the batch.
|
| Constructor and Description |
|---|
RecordBatchSizer.ColumnSize(ValueVector v,
String prefix) |
public final String prefix
public final MaterializedField metadata
public int stdSize
public final int estSize
public final int valueCount
public final int elementCount
public int dataSize
public final float estElementCountPerArray
public final boolean isVariableWidth
public RecordBatchSizer.ColumnSize(ValueVector v, String prefix)
Copyright © 2017 The Apache Software Foundation. All rights reserved.