public class PlaceholderSplit extends DataSplit
Split.DataSplit.Builder| Constructor and Description |
|---|
PlaceholderSplit(DataSplit dataSplit) |
PlaceholderSplit(long snapshotId) |
| Modifier and Type | Method and Description |
|---|---|
List<DataFileMeta> |
beforeFiles() |
int |
bucket() |
List<DataFileMeta> |
dataFiles() |
static PlaceholderSplit |
deserialize(DataInputView in) |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isStreaming() |
BinaryRow |
partition() |
long |
rowCount() |
void |
serialize(DataOutputView out) |
long |
snapshotId() |
beforeDeletionFiles, bucketPath, builder, convertToRawFiles, deletionFiles, earliestFileCreationEpochMillis, indexFiles, latestFileCreationEpochMillis, rawConvertiblepublic PlaceholderSplit(long snapshotId)
public PlaceholderSplit(DataSplit dataSplit)
public long snapshotId()
snapshotId in class DataSplitpublic List<DataFileMeta> beforeFiles()
beforeFiles in class DataSplitpublic List<DataFileMeta> dataFiles()
public boolean isStreaming()
isStreaming in class DataSplitpublic long rowCount()
public void serialize(DataOutputView out) throws IOException
serialize in class DataSplitIOExceptionpublic static PlaceholderSplit deserialize(DataInputView in) throws IOException
IOExceptionCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.