Interface DeleteFile

    • Method Detail

      • splitOffsets

        default java.util.List<java.lang.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.