PlaceholderPartitions implements Filter
Read onlyYes
FinalYes
Attaches partitions extracted from partition placeholders in the pattern path to the file status before delegating to the decorated filter. This way filters like partition pruning can see partitions that are part of the file name instead of name=value directories.
Interfaces
Methods
- __construct() : mixed
- accept() : bool
Methods
__construct()
public
__construct(Path $pattern, Filter $filter) : mixed
Parameters
accept()
public
accept(FileStatus $status) : bool
Parameters
- $status : FileStatus