user4813927
user4813927

Reputation:

The meaning of relations in Clojure

I see in the documentation of join the xrel and yrel. What does a relation mean here?

Upvotes: 3

Views: 334

Answers (1)

birdspider
birdspider

Reputation: 3074

here rel(ation) means set of maps,

As I see it, it just states that in the context of clojure.set/join it's more meaningful to talk about relation instead constantly saying 'set of maps where the map-keys are the field-descriptors'

Upvotes: 1

Related Questions