Package org.apache.iceberg
Class PartitionStats
java.lang.Object
org.apache.iceberg.PartitionStats
- All Implemented Interfaces:
StructLike
Deprecated.
Class to hold partition statistics values.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintDeprecated.longDeprecated.intdvCount()Deprecated.intDeprecated.longDeprecated.<T> TDeprecated.Deprecated.Deprecated.Deprecated.intDeprecated.longDeprecated.<T> voidset(int pos, T value) Deprecated.intsize()Deprecated.intspecId()Deprecated.longDeprecated.Deprecated.
-
Constructor Details
-
PartitionStats
Deprecated.
-
-
Method Details
-
partition
Deprecated. -
specId
public int specId()Deprecated. -
dataRecordCount
public long dataRecordCount()Deprecated. -
dataFileCount
public int dataFileCount()Deprecated. -
totalDataFileSizeInBytes
public long totalDataFileSizeInBytes()Deprecated. -
positionDeleteRecordCount
public long positionDeleteRecordCount()Deprecated. -
positionDeleteFileCount
public int positionDeleteFileCount()Deprecated. -
equalityDeleteRecordCount
public long equalityDeleteRecordCount()Deprecated. -
equalityDeleteFileCount
public int equalityDeleteFileCount()Deprecated. -
totalRecords
Deprecated. -
lastUpdatedAt
Deprecated. -
lastUpdatedSnapshotId
Deprecated. -
dvCount
public int dvCount()Deprecated. -
size
public int size()Deprecated.- Specified by:
sizein interfaceStructLike
-
get
Deprecated.- Specified by:
getin interfaceStructLike
-
set
public <T> void set(int pos, T value) Deprecated.- Specified by:
setin interfaceStructLike
-
instead