Constructor and Description |
---|
RawFile(String path,
long fileSize,
long offset,
long length,
String format,
long schemaId,
long rowCount) |
Modifier and Type | Method and Description |
---|---|
static RawFile |
deserialize(DataInputView in) |
boolean |
equals(Object o) |
long |
fileSize()
Size of this file.
|
String |
format()
Format of the file, which is a lower-cased string.
|
int |
hashCode() |
long |
length()
Length of data in the file.
|
long |
offset()
Starting offset of data in the file.
|
String |
path()
Path of the file.
|
long |
rowCount()
row count of the file.
|
long |
schemaId()
Schema id of the file.
|
void |
serialize(DataOutputView out) |
String |
toString() |
public String path()
public long fileSize()
public long offset()
public long length()
public String format()
public long schemaId()
public long rowCount()
public void serialize(DataOutputView out) throws IOException
IOException
public static RawFile deserialize(DataInputView in) throws IOException
IOException
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.