pub fn eval_sparql(
rete: &Rete,
query: &str,
) -> Result<(Vec<String>, Vec<Binding>), SparqlError>Expand description
Parse and evaluate a SELECT against a file, applying the plan then
projection, DISTINCT, OFFSET, and LIMIT. Returns (projected_vars, solutions).