public interface QueryResultIterable extends Iterable<Constant[]>
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the associated iterator and any open queries.
|
Map<Variable,Integer> |
getVariableMap()
Get the mapping between variables and their index in the results.
|
forEach, iterator, spliterator
Copyright © 2020 University of California, Santa Cruz. All rights reserved.