Constructor and Description |
---|
ManifestFileMeta(String fileName,
long fileSize,
long numAddedFiles,
long numDeletedFiles,
SimpleStats partitionStats,
long schemaId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
fileName() |
long |
fileSize() |
ManifestFileMeta |
fromBytes(byte[] bytes) |
int |
hashCode() |
long |
numAddedFiles() |
long |
numDeletedFiles() |
SimpleStats |
partitionStats() |
long |
schemaId() |
byte[] |
toBytes() |
String |
toString() |
public static final RowType SCHEMA
public ManifestFileMeta(String fileName, long fileSize, long numAddedFiles, long numDeletedFiles, SimpleStats partitionStats, long schemaId)
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–2024 The Apache Software Foundation. All rights reserved.