public static interface BuiltInMetadata.Size extends Metadata
| Modifier and Type | Method and Description |
|---|---|
List<Double> |
averageColumnSizes()
Determines the average size (in bytes) of a value of a column in this
relational expression.
|
Double |
averageRowSize()
Determines the average size (in bytes) of a row from this relational
expression.
|
Double averageRowSize()
List<Double> averageColumnSizes()
Null values are included (presumably they occupy close to 0 bytes).
It is left to the caller to decide whether the size is the compressed size, the uncompressed size, or memory allocation when the value is wrapped in an object in the Java heap. The uncompressed size is probably a good compromise.
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.