Function q

Source
pub fn q(target_variables: Vec<u32>, bindings: Vec<Binding>) -> Plan
Expand description

Helper function to create a query plan. The resulting query will provide values for the requested target variables, under the constraints expressed by the bindings provided.