Constructor and Description |
---|
ManifestFileMeta(String fileName,
long fileSize,
long numAddedFiles,
long numDeletedFiles,
SimpleStats partitionStats,
long schemaId,
Integer minBucket,
Integer maxBucket,
Integer minLevel,
Integer maxLevel) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
fileName() |
long |
fileSize() |
ManifestFileMeta |
fromBytes(byte[] bytes) |
int |
hashCode() |
Integer |
maxBucket() |
Integer |
maxLevel() |
Integer |
minBucket() |
Integer |
minLevel() |
long |
numAddedFiles() |
long |
numDeletedFiles() |
SimpleStats |
partitionStats() |
long |
schemaId() |
byte[] |
toBytes() |
String |
toString() |
public static final RowType SCHEMA
public String fileName()
public long fileSize()
public long numAddedFiles()
public long numDeletedFiles()
public SimpleStats partitionStats()
public long schemaId()
public byte[] toBytes() throws IOException
IOException
public ManifestFileMeta fromBytes(byte[] bytes) throws IOException
IOException
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.