Expand description
Query module
Re-exports§
pub use conditions::ValueClause;pub use conditions::WhereClause;pub use conditions::WhereOperator;pub use ordering::OrderClause;pub use vote_polls_by_end_date_query::VotePollsByEndDateDriveQuery;pub use vote_query::IdentityBasedVoteDriveQuery;
Modules§
- conditions
- Query Conditions
- contested_
resource_ votes_ given_ by_ identity_ query - A query to get the votes given out by an identity
- drive_
contested_ document_ query - A query to get contested documents before they have been awarded
- filter
- Document subscription filtering Document subscription filtering
- identity_
token_ balance_ drive_ query - A query to get the identity’s token balance
- identity_
token_ info_ drive_ query - A query to get the identity’s token info
- ordering
- Query Ordering
- proposer_
block_ count_ query - A query to get the block counts of proposers in an epoch
- token_
status_ drive_ query - A query to get the token’s status
- vote_
poll_ contestant_ votes_ query - Vote poll contestant votes query module
- vote_
poll_ vote_ state_ query - Vote poll vote state query module
- vote_
polls_ by_ document_ type_ query - Vote polls by document type query
- vote_
polls_ by_ end_ date_ query - Vote polls by end date query
- vote_
query - Vote Query module
Structs§
- Drive
Document Query - Drive query struct
- Internal
Clauses - Internal clauses struct
- Path
Query - Path query
- Query
Queryrepresents one or more keys or ranges of keys, which can be used to resolve a proof which will include all the requested values.- Query
Result Elements - Query result elements
- Single
Document Drive Query - Drive query struct
- Sized
Query - Holds a query to apply to a tree and an optional limit/offset value. Limit and offset values affect the size of the result set.
- Start
AtDocument - Represents a starting point for a query based on a specific document.
Enums§
- Element
- Variants of GroveDB stored entities
- Grove
Error - GroveDB Errors
- Query
Item - A
QueryItemrepresents a key or a range of keys to be included in a proof. - Query
Result Type - Query result type
- Single
Document Drive Query Contested Status - The expected contested status of a document Drives stores the document in either the not contested location (most of the time) Or a temporary contested area while the contest is ongoing
Functions§
- contract_
lookup_ fn_ for_ contract - Creates a ContractLookupFn function that returns provided data contract when requested.
Type Aliases§
- Contract
Lookup Fn - Function type for looking up a contract by identifier
- Query
Syntax Simple Validation Result - A Query Syntax Validation Result
- Query
Syntax Validation Result - A Query Syntax Validation Result that contains data
- Transaction
Arg - TransactionArg