Hash join: Difference between revisions

Content added Content deleted
m (→‎{{header|LFE}}: Split out into more functions for increased readability)
m (→‎{{header|LFE}}: added missing space)
Line 670: Line 670:
(lists:foldl
(lists:foldl
(lambda (x acc)
(lambda (x acc)
(orddict:append(proplists:get_value column x) x acc))
(orddict:append (proplists:get_value column x) x acc))
'()
'()
table))
table))