mini\Table\Index\TreapIndex::fromArray() Method

public static

Signature

public static function fromArray(array $rows): self

Parameters

Name Type Default Description
$rows array required Documentation missing

Returns

self

Documentation

Build index from array of [key, rowId] pairs.

Source

src/Table/Index/TreapIndex.php:50-57