Interface DeleteFile

All Superinterfaces:
ContentFile<DeleteFile>
All Known Implementing Classes:
SparkDeleteFile

public interface DeleteFile extends ContentFile<DeleteFile>
Interface for delete files listed in a table delete manifest.
  • Method Details

    • splitOffsets

      default List<Long> splitOffsets()
      Description copied from interface: ContentFile
      Returns list of recommended split locations, if applicable, null otherwise.

      When 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.

      Specified by:
      splitOffsets in interface ContentFile<DeleteFile>
      Returns:
      List of recommended split locations, if applicable, null otherwise. When 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.