Skip to content

Commit

Permalink
remove references to cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
bramtayl committed Dec 4, 2018
1 parent 765223f commit 8d80e40
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/innerjoin.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ Performs a relational-style join operation between iterables `left` and `right`,
a collection of elements `f(l, r)` for which `comparison(lkey(l), rkey(r))` is `true` where
`l ∈ left`, `r ∈ right.`
By default, tests for equality at the common `propertynames` of `l` and `r`.
# Example
```jldoctest
Expand Down
2 changes: 0 additions & 2 deletions src/leftgroupjoin.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ Creates a collection if groups labelled by `lkey(l)` where each group contains e
`f(l, r)` which satisfy `comparison(lkey(l), rkey(r))`. If there are no matches, the group
is still created (with an empty collection).
By default, tests for equality at the common `propertynames` of `l` and `r`.
This operation shares some similarities with an SQL left outer join.
### Example
Expand Down

0 comments on commit 8d80e40

Please sign in to comment.