Beispiel #1
0
 @Override
 public Set<Long> warmupQuery(Graph g, int i) {
   return g.getNodes(
       warmupNodeAttrIds1[i], warmupNodeAttrs1[i], warmupNodeAttrIds2[i], warmupNodeAttrs2[i]);
 }
Beispiel #2
0
 @Override
 public Set<Long> query(Graph g, int i) {
   return g.getNodes(nodeAttrIds1[i], nodeAttrs1[i], nodeAttrIds2[i], nodeAttrs2[i]);
 }