Get filename of the scan range.
| 82 | |
| 83 | /// Get filename of the scan range. |
| 84 | const char* filename() const { return metadata_range_->file(); } |
| 85 | |
| 86 | /// Evaluates runtime filters and conjuncts (if any) against the tuples in |
| 87 | /// 'scratch_batch_', and adds the surviving tuples to the given batch. |