[][src]Function declarative_dataflow::q

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

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.