Interface FileScanTask

    • Method Detail

      • deletes

        java.util.List<DeleteFile> deletes()
        A list of delete files to apply when reading the task's data file.
        Returns:
        a list of delete files to apply
      • sizeBytes

        default long sizeBytes()
        Description copied from interface: ScanTask
        The number of bytes that should be read by this scan task.
        Specified by:
        sizeBytes in interface ScanTask
        Returns:
        the total number of bytes to read
      • filesCount

        default int filesCount()
        Description copied from interface: ScanTask
        The number of files that will be opened by this scan task.
        Specified by:
        filesCount in interface ScanTask
        Returns:
        the number of files to open