-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove unnecessary variable * Refactor `check_join_as()` * Use `NULL` instead of `NA` * Refactor semi join (#981) * Transfer attributes while inlining * Change semi-join vars to tibble * Document * Add `types` to `copy_inline()` (#964) * Add `types` to `copy_inline()` * Remove commented code * Clarify `types` documentation * Remove incorrect `types` argumen * Check `types` argument * Test that `types` argument works * Remove unnecessary code * `rows_*()` casts `y` columns if it copies them (#965) * `rows_*()` casts `y` columns if it copies them * Fix `name = NULL` case * Check containment before copying * Only use type inference for Postgres * Multiple joins in one query * Fix incorrect check in `join_needs_new_query()` * Can use by column from other table than first * Remove unnecessary `join_as_already_used()` * Fix NEWS * Replace `vec_unchop()` by `list_unchop()` * Document `joins` data structure * Minor refactoring * Update documentation * Remove duplicated code * Update R/db-sql.R Co-authored-by: Hadley Wickham <[email protected]> * Avoid pipe * Refactor `joins` data structure * Pull out generation of table names * Refactor `sql_build.lazy_multi_join_query()` * Use `length()` instead of `vec_size()` * Rename to `make_join_aliases()` * Avoid unnecessary negation * Use postgres for simpler snapshot * Split test * Replace explicity test with snapshot * Refactor join table name logic Co-authored-by: Hadley Wickham <[email protected]>
- Loading branch information
Showing
15 changed files
with
811 additions
and
200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.