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

public

Signature

public function getEntry(int $i): array

Parameters

Name Type Default Description
$i int required Documentation missing

Returns

array

Documentation

Get single entry by 0-based index (for yielding rowIds after match).

Source

src/Table/Index/BTreeIndex.php:127-151