Struct mentat::query::QueryInputs [] [src]

pub struct QueryInputs { /* fields omitted */ }

Define the inputs to a query. This is in two parts: a set of values known now, and a set of types known now. The separate map of types is to allow queries to be algebrized without full knowledge of the bindings that will be used at execution time. When built correctly, types is guaranteed to contain the types of values -- use QueryInputs::new or QueryInputs::with_values to construct an instance.

Methods

impl QueryInputs
[src]

Trait Implementations

impl Default for QueryInputs
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for QueryInputs

impl !Sync for QueryInputs