public class FragmentMetadata extends Object implements Serializable
| Constructor and Description |
|---|
FragmentMetadata(int id,
List<DataFile> files,
Long physicalRows,
DeletionFile deletionFile,
RowIdMeta rowIdMeta) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
DeletionFile |
getDeletionFile() |
List<DataFile> |
getFiles() |
int |
getId() |
long |
getNumDeletions() |
long |
getNumRows() |
long |
getPhysicalRows() |
RowIdMeta |
getRowIdMeta() |
String |
toString() |
public FragmentMetadata(int id,
List<DataFile> files,
Long physicalRows,
DeletionFile deletionFile,
RowIdMeta rowIdMeta)
public int getId()
public long getPhysicalRows()
public DeletionFile getDeletionFile()
public long getNumDeletions()
public long getNumRows()
public RowIdMeta getRowIdMeta()
Copyright © 2025. All rights reserved.