mini\Table\Index\BTreeLeafPage::getKeyAt() Method

public

Signature

public function getKeyAt(int $i): string

Parameters

Name Type Default Description
$i int required Documentation missing

Returns

string

Documentation

Get just the key at 0-based index (for binary search comparisons).

Avoids unpacking rowIds - much faster for probes.

Source

src/Table/Index/BTreeIndex.php:98-121