mini\Table\Index\IndexInterface
abstract
interface
Documentation
Index interface with range query support
Extends HashIndexInterface with O(log n) range queries. Keys are binary strings that sort correctly via memcmp.
Inheritance
Implements:
mini\Table\Index\HashIndexInterface
Methods (4)
Range query over keys
public
abstract
insert()
inherited from Table\Index\HashIndexInterface
Insert a key-rowId pair
public
abstract
delete()
inherited from Table\Index\HashIndexInterface
Delete a key-rowId pair
public
abstract
eq()
inherited from Table\Index\HashIndexInterface
Find all rowIds for a key (O(1) lookup)