public class DataFile extends Object implements Serializable
| Constructor and Description |
|---|
DataFile(String path,
int[] fields,
int[] columnIndices,
int fileMajorVersion,
int fileMinorVersion,
Long fileSizeBytes,
Integer baseId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Optional<Integer> |
getBaseId() |
int[] |
getColumnIndices() |
int[] |
getFields() |
int |
getFileMajorVersion() |
int |
getFileMinorVersion() |
Long |
getFileSizeBytes() |
String |
getPath() |
String |
toString() |
Copyright © 2025. All rights reserved.