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, rawConvertible
public PlaceholderSplit(long snapshotId)
public PlaceholderSplit(DataSplit dataSplit)
public long snapshotId()
snapshotId
in class DataSplit
public List<DataFileMeta> beforeFiles()
beforeFiles
in class DataSplit
public List<DataFileMeta> dataFiles()
public boolean isStreaming()
isStreaming
in class DataSplit
public long rowCount()
public void serialize(DataOutputView out) throws IOException
serialize
in class DataSplit
IOException
public static PlaceholderSplit deserialize(DataInputView in) throws IOException
IOException
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.