KeyValues
Read onlyYes
FinalYes
Extracts bucket-key values positionally, in reference order - position, not column name, defines key identity, so two sides of a join extract hash-compatible values from differently named columns.
Methods
- __construct() : mixed
- of() : array<int, array<int, mixed>>
- ofRow() : array<int, mixed>
Methods
__construct()
public
__construct(array<int, Reference> $refs[, bool $nullOnMissing = false ]) : mixed
Parameters
- $refs : array<int, Reference>
- $nullOnMissing : bool = false
of()
public
of(Rows $rows) : array<int, array<int, mixed>>
Parameters
- $rows : Rows
Return values
array<int, array<int, mixed>>ofRow()
public
ofRow(Row $row) : array<int, mixed>
Parameters
- $row : Row