RowsMinHeap extends SplMinHeap
FinalYes
Tags
Methods
- __construct() : mixed
- __debugInfo() : array<string|int, mixed>
- push() : void
Methods
__construct()
public
__construct(Reference ...$refs) : mixed
Parameters
- $refs : Reference
__debugInfo()
public
__debugInfo() : array<string|int, mixed>
Return values
array<string|int, mixed>push()
public
push(Row $row, string $bucketId) : void
Parameters
- $row : Row
- $bucketId : string