mini\Table\Wrappers\ExistsTable::blockHashExists() Method

private

Signature

private function blockHashExists(): Traversable

Returns

Traversable

Documentation

Block hash EXISTS: process outer in chunks, scan inner for each chunk

Memory bounded to chunk size, trades memory for inner scans.

Source

src/Table/Wrappers/ExistsTable.php:199-284