mini\Table\Wrappers\InnerJoinTable::blockHashJoin() Method

private

Signature

private function blockHashJoin(): Traversable

Returns

Traversable

Documentation

Block nested loop join with hash probe

Processes left side in chunks, scanning right side once per chunk. Memory bounded to chunk size, trades memory for right-side scans.

Source

src/Table/Wrappers/InnerJoinTable.php:189-257