add support for conjunctive queries.
This commit is contained in:
@@ -230,7 +230,7 @@ impl<'a> ChunkedIterator<'a>
|
||||
}
|
||||
}
|
||||
|
||||
pub fn from_term_sequence(terms: &'a Vec<TermOrCut>) -> Self
|
||||
pub fn from_term_sequence(terms: &'a [TermOrCut]) -> Self
|
||||
{
|
||||
let iter = terms.iter().map(|c| {
|
||||
match c {
|
||||
|
||||
Reference in New Issue
Block a user