mini\Table\Index\IndexInterface::eq() Method

public abstract

Signature

public abstract function eq(string $key): Traversable

Parameters

Name Type Default Description
$key string required Documentation missing

Returns

Traversable

Documentation

Find all rowIds for a key (O(1) lookup)

Inherited From

mini\Table\Index\HashIndexInterface

Source

src/Table/Index/HashIndexInterface.php:29