Skip to content

Commit

Permalink
joinp: coalesce usage text typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Jul 1, 2024
1 parent 14a54af commit 08c44f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cmd/joinp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ The default join operation is an 'inner' join. This corresponds to the
intersection of rows on the keys specified.
Unlike the join command, joinp can process files larger than RAM, is multithreaded,
has join key validation, pre-join filtering, supports asof joins & its output doesn't
have can be coalesced.
has join key validation, pre-join filtering, supports asof joins & its output columns
can be coalesced (no duplicate columns).
However, joinp doesn't have an --ignore-case option & it doesn't support right outer joins.
Expand Down

0 comments on commit 08c44f3

Please sign in to comment.