F - the Java class of the content filepublic interface ContentScanTask<F extends ContentFile<F>> extends ScanTask
| Modifier and Type | Method and Description |
|---|---|
F |
file()
The
file to scan. |
long |
length()
The number of bytes to scan from the
start() position in the file. |
Expression |
residual()
Returns the residual expression that should be applied to rows in this file scan.
|
PartitionSpec |
spec()
The
spec used to store this file. |
long |
start()
The starting position of this scan range in the file.
|
asCombinedScanTask, asDataTask, asFileScanTask, filesCount, isDataTask, isFileScanTask, sizeBytesPartitionSpec spec()
spec used to store this file.long start()
long length()
start() position in the file.Expression residual()
The residual expression for a file is a filter expression created by partially evaluating the scan's filter using the file's partition data.