[][src]Module holochain_persistence_api::eav::query

Structs

EaviQuery

Represents a set of filtering operations on the EAVI store.

Enums

EavFilter

Represents a filter type which takes in a function to match on

IndexFilter

Specifies options for filtering on Index: Range returns all results within a particular range of indices. LatestByAttribute is more complex. It first does a normal filter by E, A, and V. Then, for each group of items which differ only by Attribute and Index, only the item with highest Index is retained for that grouping.