public interface DeleteLoader
| Modifier and Type | Method and Description | 
|---|---|
StructLikeSet | 
loadEqualityDeletes(java.lang.Iterable<DeleteFile> deleteFiles,
                   Schema projection)
Loads the content of equality delete files into a set. 
 | 
PositionDeleteIndex | 
loadPositionDeletes(java.lang.Iterable<DeleteFile> deleteFiles,
                   java.lang.CharSequence filePath)
Loads the content of position delete files for a given data file path into a position index. 
 | 
StructLikeSet loadEqualityDeletes(java.lang.Iterable<DeleteFile> deleteFiles, Schema projection)
deleteFiles - equality delete filesprojection - a projection of columns to loadPositionDeleteIndex loadPositionDeletes(java.lang.Iterable<DeleteFile> deleteFiles, java.lang.CharSequence filePath)
deleteFiles - position delete filesfilePath - the data file path for which to load deletes