public abstract static class MetadataBase.ColumnMetadata extends Object
Constructor and Description |
---|
ColumnMetadata() |
Modifier and Type | Method and Description |
---|---|
abstract Object |
getMaxValue() |
abstract Object |
getMinValue() |
abstract String[] |
getName() |
abstract Long |
getNulls() |
abstract org.apache.parquet.schema.OriginalType |
getOriginalType() |
abstract org.apache.parquet.schema.PrimitiveType.PrimitiveTypeName |
getPrimitiveType() |
abstract boolean |
hasSingleValue(long rowCount) |
boolean |
isNumNullsSet()
Number of nulls is considered to be valid if its value is not null and -1.
|
abstract void |
setMax(Object newMax)
Set the max value recorded in the parquet metadata statistics.
|
abstract void |
setMin(Object newMax)
Set the min value recorded in the parquet metadata statistics.
|
public boolean isNumNullsSet()
public abstract String[] getName()
public abstract Long getNulls()
public abstract boolean hasSingleValue(long rowCount)
public abstract Object getMinValue()
public abstract Object getMaxValue()
public abstract void setMax(Object newMax)
public abstract void setMin(Object newMax)
public abstract org.apache.parquet.schema.PrimitiveType.PrimitiveTypeName getPrimitiveType()
public abstract org.apache.parquet.schema.OriginalType getOriginalType()
Copyright © 1970 The Apache Software Foundation. All rights reserved.