pub fn q(target_variables: Vec<u32>, bindings: Vec<Binding>) -> PlanExpand 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.