Flow PHP

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

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, Schema $schema) : array<int, mixed>
Parameters
$row : Row
$schema : Schema
Return values
array<int, mixed>
On this page

Search results