[][src]Module banyan::query

types for querying banyan trees

To implement querying for a new key type, implement the Query trait. Queries can be combined using boolean combinators.

Structs

AllQuery

A query that matches everything

AndQuery

An intersection of two queries.

BitVec

A compact Vec of bits, whose order and storage type can be customized.

EmptyQuery

A query that matches nothing

OffsetRangeQuery

The only query that does not require looking at indices

OrQuery

Union of two subqueries

Traits

Query

A query