Hash join: Difference between revisions

m
(jq)
Line 1,668:
}
}
// (Void.Read,1) --> take existing i, read next one, pass both to next function
var d=ageName.pump(Void,T.fp(Void.Read,1),T(addAN,Dictionary()));
nameNemesis.pump(Void,T.fp(Void.Read,1),T(addNN,d));
 
d.println(); // the union of the two tables
Anonymous user