public interface DeleteFile extends ContentFile<DeleteFile>
| Modifier and Type | Method and Description | 
|---|---|
default java.util.List<java.lang.Long> | 
splitOffsets()
Returns list of recommended split locations, if applicable, null otherwise. 
 | 
columnSizes, content, copy, copyWithoutStats, equalityFieldIds, fileSizeInBytes, format, keyMetadata, lowerBounds, nanValueCounts, nullValueCounts, partition, path, pos, recordCount, sortOrderId, specId, upperBounds, valueCountsdefault java.util.List<java.lang.Long> splitOffsets()
ContentFileWhen available, this information is used for planning scan tasks whose boundaries are determined by these offsets. The returned list must be sorted in ascending order.
splitOffsets in interface ContentFile<DeleteFile>