Skip to content

Commit 768ba0a

Browse files
docs: maintain_order works for all join types (#1658)
1 parent b417da8 commit 768ba0a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

R/lazyframe-frame.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@ lazyframe__unique <- function(
13701370
#' @param maintain_order Which frame row order to preserve, if any. Do not rely
13711371
#' on any observed ordering without explicitly setting this parameter, as your
13721372
#' code may break in a future release. Not specifying any ordering can improve
1373-
#' performance. Supported for inner, left, right and full joins.
1373+
#' performance.
13741374
#'
13751375
#' * `"none"`: No specific ordering is desired. The ordering might differ
13761376
#' across Polars versions or even between different runs.

man/dataframe__join.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/lazyframe__join.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)