@Experimental public class Statistics extends Object
Constructor and Description |
---|
Statistics(long snapshotId,
long schemaId,
Long mergedRecordCount,
Long mergedRecordSize) |
Statistics(long snapshotId,
long schemaId,
Long mergedRecordCount,
Long mergedRecordSize,
Map<String,ColStats<?>> colStats) |
Modifier and Type | Method and Description |
---|---|
Map<String,ColStats<?>> |
colStats() |
void |
deserializeFieldsFromString(TableSchema schema) |
boolean |
equals(Object o) |
static Statistics |
fromJson(String json) |
static Statistics |
fromPath(FileIO fileIO,
Path path) |
int |
hashCode() |
OptionalLong |
mergedRecordCount() |
OptionalLong |
mergedRecordSize() |
long |
schemaId() |
void |
serializeFieldsToString(TableSchema schema) |
long |
snapshotId() |
String |
toJson() |
String |
toString() |
public Statistics(long snapshotId, long schemaId, @Nullable Long mergedRecordCount, @Nullable Long mergedRecordSize, Map<String,ColStats<?>> colStats)
public long snapshotId()
public long schemaId()
public OptionalLong mergedRecordCount()
public OptionalLong mergedRecordSize()
public void serializeFieldsToString(TableSchema schema)
public void deserializeFieldsFromString(TableSchema schema)
public String toJson()
public static Statistics fromJson(String json)
public static Statistics fromPath(FileIO fileIO, Path path)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.