Struct pliantdb_local::core::connection::View[][src]

pub struct View<'a, Cn, V> where
    V: View
{ pub key: Option<QueryKey<<V as View>::Key>>, pub access_policy: AccessPolicy, // some fields omitted }
Expand description

Parameters to query a schema::View.

Fields

key: Option<QueryKey<<V as View>::Key>>

Key filtering criteria.

access_policy: AccessPolicy

The view’s data access policy. The default value is AccessPolicy::UpdateBefore.

Implementations

Filters for entries in the view with key.

Filters for entries in the view with keys.

Filters for entries in the view with the range keys.

Sets the access policy for queries.

Executes the query and retrieves the results.

Executes the query and retrieves the results with the associated Documents.

Executes a reduce over the results of the query

Executes a reduce over the results of the query

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.