public class FieldMetrics
extends java.lang.Object
Constructor and Description |
---|
FieldMetrics(int id,
long valueCount,
long nullValueCount,
long nanValueCount,
java.nio.ByteBuffer lowerBound,
java.nio.ByteBuffer upperBound) |
Modifier and Type | Method and Description |
---|---|
int |
id()
Returns the id of the field that the metrics within this class are associated with.
|
java.nio.ByteBuffer |
lowerBound()
Returns the lower bound value of this field.
|
long |
nanValueCount()
Returns the number of NaN values for this field.
|
long |
nullValueCount()
Returns the number of null values for this field.
|
java.nio.ByteBuffer |
upperBound()
Returns the upper bound value of this field.
|
long |
valueCount()
Returns the number of all values, including nulls, NaN and repeated, for the given field.
|
public FieldMetrics(int id, long valueCount, long nullValueCount, long nanValueCount, java.nio.ByteBuffer lowerBound, java.nio.ByteBuffer upperBound)
public int id()
public long valueCount()
public long nullValueCount()
public long nanValueCount()
public java.nio.ByteBuffer lowerBound()
public java.nio.ByteBuffer upperBound()