Partitioning
Read onlyYes
FinalYes
Properties
- $by : References
- $writeColumns : bool
Methods
- by() : self
- none() : self
- writeColumns() : self
- Keep the partition columns in the file body as well as in the path. Off by default.
Properties
$by
public
References
$by
$writeColumns
public
bool
$writeColumns
= false
Methods
by()
public
static by(string|Reference $entry, string|Reference ...$entries) : self
Parameters
Return values
selfnone()
public
static none() : self
Return values
selfwriteColumns()
Keep the partition columns in the file body as well as in the path. Off by default.
public
writeColumns([bool $writeColumns = true ]) : self
Parameters
- $writeColumns : bool = true