Module v11::map_index[][src]

Columns can be made searchable using #[index]. Such columns have their mutability restricted. The index can be searched using table.column.find(&element).

Structs

BTreeIndex

A TCol wrapper that does indexing. The element must be Ord.

Indexes

An iterator over the rows containing a searched-for element.