RowsBuffer
FinalYes
Accumulates rows and releases them as size-bounded Rows batches.
Methods
- __construct() : mixed
- add() : Rows|null
- flush() : Rows|null
Methods
__construct()
public
__construct(int<1, max> $size) : mixed
Parameters
- $size : int<1, max>
add()
public
add(Row $row) : Rows|null
Parameters
- $row : Row
Return values
Rows|nullflush()
public
flush() : Rows|null